summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Redis 2.7.103 (2.8 Release Candidate 3).2.8.0-rc3antirez2013-08-192-1/+17
* 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-122-2/+2
* 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
* 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-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-302-1/+12
* 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-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
* Merge remote-tracking branch 'origin/2.8' into 2.8antirez2013-07-191-9/+9
|\
| * Merge pull request #1203 from ronnix/patch-1Salvatore Sanfilippo2013-07-181-9/+9
| |\
| | * Fix a few typos in release notesRonan Amicel2013-07-181-9/+9
| |/
* | Fixed typo in 2.8 release notes.antirez2013-07-181-2/+2
|/
* Redis 2.7.101 (2.8 Release Candidate 1).2.8.0-rc1antirez2013-07-186-1070/+94
* 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