summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Deprecate Redis Sentinel in 2.6.2.6antirez2014-02-253-3131/+10
* Redis 2.6.17.2.6.17antirez2013-12-112-1/+14
* Merge pull request #847 from yossigo/repldboff-fixSalvatore Sanfilippo2013-12-111-1/+1
|\
| * Fix wrong repldboff type which causes dropped replication in rare cases.Yossi Gottlieb2012-12-241-1/+1
* | Only run the fast active expire cycle if master & enabled.antirez2013-12-101-2/+4
* | Log to what master a slave is going to connect to.antirez2013-11-111-1/+2
* | Fix broken rdbWriteRaw() return value check in rdb.c.antirez2013-11-071-1/+1
* | Merge pull request #1366 from yaauie/deprecate-redis-copy-script-in-2.6Salvatore Sanfilippo2013-11-061-55/+12
|\ \
| * | Deprecate utils/redis-copy.rb in favor of redis-copy gemRyan Biesemeyer2013-11-061-55/+12
|/ /
* | redis-benchmark: update help for new __rand_int__ form.antirez2013-10-281-6/+5
* | Allow AUTH / PING when disconnected from slave and serve-stale-data is no.antirez2013-09-171-2/+2
* | redis-cli: fix big keys search when the key no longer exist.antirez2013-09-041-1/+0
* | 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