summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Redis 2.7.103 (2.8 Release Candidate 3).2.8.0-rc3antirez2013-08-191-1/+1
* Revert "Fixed type in dict.c comment: 265 -> 256."antirez2013-08-191-1/+1
* Fixed type in dict.c comment: 265 -> 256.antirez2013-08-191-1/+1
* assert.h replaced with redisassert.h when appropriate.antirez2013-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-191-3/+5
* Properly init/release iterators in zunionInterGenericCommand().antirez2013-08-191-19/+18
* dict.c iterator API misuse protection.antirez2013-08-192-4/+31
* 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-97/+42
* Fix a PSYNC bug caused by a variable name typo.antirez2013-08-121-1/+1
* Fix sdsempty() prototype in sds.h.antirez2013-08-121-1/+1
* 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
* 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-071-0/+6
* redis-benchmark: ability to SELECT a specifid db number.antirez2013-08-071-3/+43
* Add per-db average TTL information in INFO output.antirez2013-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-061-2/+14
* Draft #1 of a new expired keys collection algorithm.antirez2013-08-062-21/+100
* Redis 2.7.102 (2.8 Release Candidate 2).2.8.0-rc2antirez2013-07-301-1/+1
* Fix replicationFeedSlaves() off-by-one bug.antirez2013-07-281-2/+2
* Remove dead variable bothsds from object.c.antirez2013-07-281-3/+0
* Ignore sdsrange return value.antirez2013-07-241-2/+2
* sdsrange() does not need to return a value.antirez2013-07-244-10/+9
* 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
* Redis 2.7.101 (2.8 Release Candidate 1).2.8.0-rc1antirez2013-07-184-35/+7
* 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
* 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
* Fixed compareStringObject() and introduced collateStringObject().antirez2013-07-122-8/+34
* Wrap IPv6 in brackets in the prompt.Jan-Erik Rediger2013-07-121-1/+2
* Sentinel: embed IPv6 address into [] when naming slave/sentinel instance.antirez2013-07-111-2/+6
* Sentinel: use comma as separator to publish hello messages.antirez2013-07-111-3/+6
* Sentinel: make sure published addr/id buffer is large enough.antirez2013-07-111-1/+1
* anet.c: save some vertical space.antirez2013-07-111-10/+3
* anet.c: use SO_REUSEADDR when creating listening sockets.antirez2013-07-111-5/+3
* Use getClientPeerId() for MONITOR implementation.antirez2013-07-111-4/+4
* getClientPeerId() refactored into two functions.antirez2013-07-112-4/+13