summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* when a slave experiances an error on commands that come from master, print to...oranagra2018-02-151-0/+2
* getting rid of duplicated codecharsyam2018-02-131-2/+2
* enlarged buffer given to ld2stringGuy Benoish2018-02-133-2/+7
* Make it explicit with a comment why we kill the old AOF rewrite.antirez2018-02-131-0/+3
* rewriteAppendOnlyFileBackground() failure fixGuy Benoish2018-02-131-21/+31
* fix to latency monitor reporting wrong max latencyOran Agra2018-02-131-0/+1
* Redis 4.0.8.4.0.8antirez2018-02-021-1/+1
* Rax updated to latest antirez/rax commit.antirez2018-02-022-25/+52
* Redis 4.0.7.4.0.7antirez2018-01-241-1/+1
* fix not call va_end when syncWrite() failedjianqingdu2018-01-241-2/+2
* Fix the firstkey, lastkey, and keystep of moduleCommandYusaku Kaneta2018-01-241-1/+1
* redismodule.h: Check ModuleNameBusy before calling itMark Nunberg2018-01-241-1/+1
* Fix migrateCommand() access of not initialized byte.antirez2018-01-181-2/+5
* Replication buffer fills up on high rate traffic.Guy Benoish2018-01-181-2/+7
* Cluster: improve anti-affinity algo in redis-trib.rb.antirez2018-01-181-1/+131
* Remove useless comment from serverCron().antirez2018-01-181-3/+2
* fixbug for #4545 dead loop aof rewriteheqin2018-01-181-1/+1
* Hopefully more clear comment to explain the change in #4607.antirez2018-01-181-3/+4
* fix assert problem in ZIP_DECODE_PREVLENSIZEqinchao2018-01-181-1/+1
* PSYNC2 fix - promoted slave should hold on to it's backlogOran Agra2018-01-181-0/+5
* aof: format code and commentzhaozhao.zz2018-01-181-5/+5
* Put more details in the comment introduced by #4601.antirez2018-01-181-3/+8
* lazyfree: fix memory leak for lazyfree-lazy-server-delzhaozhao.zz2018-01-181-3/+4
* Fix getKeysUsingCommandTable() in the case of nagative arity.antirez2018-01-181-5/+7
* proto-max-querybuf-len -> client-query-buffer-limit.antirez2018-01-181-4/+4
* New config options about protocol prefixed with "proto".antirez2018-01-184-13/+13
* Fix a typo(maybe instruction?) in crash loggnuhpc2018-01-181-1/+1
* Added RM_UnlinkKey - a low level analog to UNLINK commandDvir Volk2018-01-183-0/+56
* redis-benchmark: bugfix - handle zero liveclients in right wayzhaozhao.zz2018-01-181-1/+1
* Add config options for max-bulk-len and max-querybuf-len mainly to support RE...Oran Agra2018-01-184-1/+16
* fix processing of large bulks (above 2GB)Oran Agra2018-01-188-33/+39
* fixbug for #4545 dead loop aof rewriteheqin2018-01-181-1/+3
* Hyperloglog: refresh hdr variable correctly.antirez2018-01-091-1/+3
* Hyperloglog: Support for PFMERGE sparse encoding as target.antirez2018-01-091-3/+14
* Hyperloglog: refactoring of sparse/dense add function.antirez2018-01-091-20/+38
* Rewrite MIGRATE AUTH option.antirez2018-01-091-12/+38
* fixbug for #4538 Error opening /setting AOF rewrite IPC pipes: No such file o...heqin2018-01-091-4/+6
* safe_write -> aofWrite. Function commented.antirez2018-01-091-2/+9
* aof: cast sdslen to ssize_tzhaozhao.zz2018-01-091-1/+1
* aof: fix the short writezhaozhao.zz2018-01-091-1/+22
* always enable command history in redis-cliTomasz Poradowski2018-01-091-1/+2
* Cluster: allow read-only EVAL/EVALSHA in slaves.antirez2018-01-091-1/+2
* Prevent off-by-one read in stringmatchlen() (fixes #4527)nashe2018-01-091-1/+1
* Fix memory usage list buggnuhpc2018-01-051-1/+1
* dict: fix the int problem for defragzhaozhao.zz2017-12-053-5/+5
* dict: fix the int problemzhaozhao.zz2017-12-051-9/+9
* set: fix the int problem for qsortzhaozhao.zz2017-12-051-2/+8
* set: fix the int problem for SPOP & SRANDMEMBERzhaozhao.zz2017-12-051-2/+2
* Redis 4.0.6.4.0.6antirez2017-12-041-1/+1
* quicklist: change the len of quicklist to unsigned longzhaozhao.zz2017-12-042-4/+4