summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Redis 2.6.16.2.6.16antirez2013-08-282-1/+17
* fix lua_cmsgpack pack map as arrayyihuang2013-08-271-1/+1
* Fix an hypothetical issue in processMultibulkBuffer().antirez2013-08-271-1/+5
* tryObjectEncoding(): optimize sds strings if possible.antirez2013-08-271-1/+20
* tryObjectEncoding(): don't call stringl2() for too big strings.antirez2013-08-271-1/+3
* Fix DEBUG SDSLEN after 2.8 back port.antirez2013-08-271-1/+1
* Don't over-allocate the sds string for large bulk requests.antirez2013-08-271-2/+2
* DEBUG SDSLEN added.antirez2013-08-271-0/+23
* Update server.lastbgsave_status when fork() fails.antirez2013-08-271-0/+1
* Redis 2.6.152.6.15antirez2013-08-212-1/+17
* Use printf %zu specifier to print private_dirty.antirez2013-08-202-2/+2
* dictFingerprint(): cast pointers to integer of same size.antirez2013-08-201-2/+2
* 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
* 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
* 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-072-4/+30
* activeExpireCycle(): fix about fast cycle early start.antirez2013-08-071-1/+1
* Some activeExpireCycle() refactoring.antirez2013-08-072-21/+32
* Remove dead code and fix comments for new expire code.antirez2013-08-071-56/+10
* Darft #2 for key collection algo: more improvements.antirez2013-08-071-2/+14
* Draft #1 of a new expired keys collection algorithm.antirez2013-08-072-19/+98
* Fixed typo in 2.6.14 changelog. verison -> version.antirez2013-06-201-1/+1
* Redis 2.6.142.6.14antirez2013-06-202-1/+12
* Sentinel: parse new INFO replication output correctly.antirez2013-06-201-8/+21
* Test: regression test for #1163.antirez2013-06-191-0/+17
* Allow writes from scripts called by AOF loading in read-only slaves.antirez2013-06-191-0/+1
* Binary safe dump of object content in redisLogObjectDebugInfo().antirez2013-06-041-3/+6
* redis-cli: help.h updated.antirez2013-05-141-3/+13
* Test: various issues with the replication-4.tcl test fixed.antirez2013-05-081-7/+8
* in 32bit machine, popcount don't work with a input string length up to 512 MB,Jiahao Huang2013-05-081-2/+2
* Added more info about 32 bit builds into README.antirez2013-05-081-3/+14
* CONFIG SET server.masterauth aesthetic change.antirez2013-05-021-5/+1
* Reset masterauth if an empty string is configured.Michel Martens2013-05-021-1/+5
* Fix AOF bug: expire could be removed from key on AOF rewrite.charsyam2013-05-021-2/+3
* Redis 2.6.132.6.13antirez2013-04-302-1/+24
* Sentinel: changes to tilt mode.antirez2013-04-301-15/+26
* Sentinel: more sensible delay in master demote after tilt.antirez2013-04-301-9/+11