summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Document new protocol options in #4568 into redis.conf.antirez2018-01-181-0/+14
* 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
* Test: MIGRATE AUTH test added.antirez2018-01-091-0/+24
* 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-042-1/+54
* quicklist: change the len of quicklist to unsigned longzhaozhao.zz2017-12-042-4/+4
* quicklist: fix the return value of quicklistCountzhaozhao.zz2017-12-042-2/+2
* Refactoring: improve luaCreateFunction() API.antirez2017-12-043-58/+38
* Remove useless variable check from luaCreateFunction().antirez2017-12-041-1/+1
* Fix issue #4505, Lua RDB AUX field loading of existing scripts.antirez2017-12-041-3/+9
* Regression test for #4505 (Lua AUX field loading).antirez2017-12-041-1/+22
* DEBUG change-repl-id implemented.antirez2017-12-041-0/+7
* Redis 4.0.5.4.0.5antirez2017-12-012-1/+12
* Fix loading of RDB files lua AUX fields when the script is defined.antirez2017-12-013-5/+11
* Redis 4.0.4.4.0.4antirez2017-11-302-1/+28
* PSYNC2: Fix off by one buffer size in luaCreateFunction().antirez2017-11-301-1/+1
* PSYNC2: just store script bodies into RDB.antirez2017-11-302-30/+19
* PSYNC2: luaCreateFunction() should handle NULL client parameter.antirez2017-11-301-5/+10
* PSYNC2: Save Lua scripts state into RDB file.antirez2017-11-302-0/+48
* Regression test: Slave restart with EVALSHA in backlog issue #4483.antirez2017-11-301-1/+64
* Prevent corruption of server.executable after DEBUG RESTART.antirez2017-11-301-0/+2
* Be more verbose when DEBUG RESTART fails.antirez2017-11-301-3/+16
* Redis 4.0.3.4.0.3antirez2017-11-302-1/+203
* LFU: Fix LFUDecrAndReturn() to just decrement.antirez2017-11-301-13/+3