summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* assert.h replaced with redisassert.h when appropriate.issue-1240antirez2013-08-195-5/+5
* Added redisassert.h as drop in replacement for assert.h.antirez2013-08-191-0/+45
* dictFingerprint() fingerprinting made more robust.antirez2013-08-191-9/+29
* Fix comments for correctness in zunionInterGenericCommand().antirez2013-08-161-3/+5
* Properly init/release iterators in zunionInterGenericCommand().antirez2013-08-161-19/+18
* dict.c iterator API misuse protection.antirez2013-08-162-4/+31
* Revert "Temporary commit: Track dict.c unsafe iterator misuse."antirez2013-08-162-16/+4
* Temporary commit: Track dict.c unsafe iterator misuse.antirez2013-08-162-4/+16
* Use precomptued objects for bulk and mbulk prefixes.antirez2013-08-121-2/+9
* replicationFeedSlaves() func name typo: feedReplicationBacklogWithObject -> f...antirez2013-08-121-1/+1
* replicationFeedSlave() reworked for correctness and speed.antirez2013-08-121-98/+42
* Fix a PSYNC bug caused by a variable name typo.antirez2013-08-121-1/+1
* Fix sdsempty() prototype in sds.h.antirez2013-08-122-2/+2
* Replication: better way to send a preamble before RDB payload.antirez2013-08-123-15/+26
* redis-benchmark: changes to random arguments substitution.antirez2013-08-081-28/+80
* redis-benchmark: replace snprintf()+memcpy with faster code.antirez2013-08-081-5/+10
* Merge pull request #1234 from badboy/patch-2Salvatore Sanfilippo2013-08-071-1/+1
|\
| * Little typoJan-Erik Rediger2013-08-071-1/+1
|/
* redis-benchmark: fix memory leak introduced by 346256fantirez2013-08-071-0/+1
* redis-benchmark: max pipeline length hardcoded limit removed.antirez2013-08-071-7/+15
* redis-benchmark: fix db selection when :rand: feature is used.antirez2013-08-061-0/+6
* redis-benchmark: ability to SELECT a specifid db number.antirez2013-08-061-3/+43
* Add per-db average TTL information in INFO output.expirealgoantirez2013-08-062-4/+30
* activeExpireCycle(): fix about fast cycle early start.antirez2013-08-061-1/+1
* Some activeExpireCycle() refactoring.antirez2013-08-062-21/+32
* Remove dead code and fix comments for new expire code.antirez2013-08-061-56/+10
* Darft #2 for key collection algo: more improvements.antirez2013-08-051-2/+14
* Draft #1 of a new expired keys collection algorithm.antirez2013-08-052-21/+100
* Test: regression test for issue #1221.antirez2013-07-291-0/+38
* Fix replicationFeedSlaves() off-by-one bug.antirez2013-07-281-2/+2
* Remove dead variable bothsds from object.c.antirez2013-07-281-3/+0
* Use latest sds.c in the hiredis library under deps.antirez2013-07-254-120/+422
* Ignore sdsrange return value.antirez2013-07-241-2/+2
* sdsrange() does not need to return a value.antirez2013-07-245-11/+10
* Inline protocol improved to accept quoted strings.antirez2013-07-241-2/+4
* Every function inside sds.c is now commented.antirez2013-07-231-7/+145
* getStringObjectSdsUsedMemory() function added.antirez2013-07-231-19/+17
* Test: regression test for issue #1208.antirez2013-07-221-0/+7
* Fix setDeferredMultiBulkLength() c->reply_bytes handling with EMBSTRantirez2013-07-221-1/+4
* Fixed a possible bug in client->reply_bytes computation.antirez2013-07-221-0/+1
* Fix replicationFeedSlaves() to use sdsEncodedObject() macro.antirez2013-07-221-2/+3
* Introduction of a new string encoding: EMBSTRantirez2013-07-2217-71/+157
* addReplyDouble(): format infinite in a libc agnostic way.antirez2013-07-171-3/+10
* Fixed typo in rio.h, simgle -> single.antirez2013-07-161-1/+1
* Chunked loading of RDB to prevent redis from stalling reading very large keys.yoav2013-07-165-15/+45
* Make sure that ZADD can accept the full range of double values.antirez2013-07-161-2/+6
* Merge pull request #1193 from tnm/patch-1Salvatore Sanfilippo2013-07-121-1/+1
|\
| * Make sure the log standardizes on 'timeout'Ted Nyman2013-07-121-1/+1
|/
* Use the environment locale for strcoll() collation.antirez2013-07-121-0/+2
* SORT ALPHA: use collation instead of binary comparison.antirez2013-07-122-3/+15