summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Redis 2.6.17.2.6.17antirez2013-12-111-1/+1
* 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
* | 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-281-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-211-1/+1
* | 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
* | 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
* | Redis 2.6.142.6.14antirez2013-06-201-1/+1
* | Sentinel: parse new INFO replication output correctly.antirez2013-06-201-8/+21
* | 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
* | in 32bit machine, popcount don't work with a input string length up to 512 MB,Jiahao Huang2013-05-081-2/+2
* | 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