summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* LFU: add hotkeys option to redis-clizhaozhao.zz2017-11-301-0/+135
* LFU: do some changes about LFU to find hotkeyszhaozhao.zz2017-11-304-19/+39
* LFU: change lfu* parameters to intzhaozhao.zz2017-11-302-3/+3
* LFU: fix the missing of config get and rewritezhaozhao.zz2017-11-301-2/+6
* Update link to https and use inline linkFelix Krause2017-11-281-1/+1
* redis-cli.c typo: Requets -> Requests.Bo Cai2017-11-281-1/+1
* redis-cli.c typo: helpe -> helper.Bo Cai2017-11-281-1/+1
* Fix some typosSébastien Fievet2017-11-281-3/+3
* t_hash.c: clarify calling two times the same function.antirez2017-11-281-2/+2
* adlist: fix listJoin() in the case the second list is empty.antirez2017-11-281-1/+1
* Correct spelling of "faield".Chris Lamb2017-11-281-1/+1
* Improve OBJECT HELP descriptions.antirez2017-11-281-2/+2
* Fix entry command table entry for OBJECT for HELP option.antirez2017-11-281-1/+1
* Adds `OBJECT help`Itamar Haber2017-11-281-3/+18
* Fix undefined behavior constant defined.David Carlier2017-11-282-2/+10
* Fix file descriptor leak and error handlingrouzier2017-11-281-3/+6
* Prevents `OBJECT freq` with `noeviction`Itamar Haber2017-11-271-2/+2
* Adds -u <uri> option to redis-cli.Itamar Haber2017-11-271-0/+89
* Test: regression test for latency expire events logging bug.antirez2017-11-271-0/+14
* expire & latency: fix the missing latency records generated by expirezhaozhao.zz2017-11-271-8/+11
* Modules: fix memory leak in RM_IsModuleNameBusy().antirez2017-11-241-7/+3
* PSYNC2: reorganize comments related to recent fixes.antirez2017-11-242-26/+24
* PSYNC2: persist cached_master's dbid inside the RDBzhaozhao.zz2017-11-241-2/+16
* PSYNC2: make repl_stream_db never be -1zhaozhao.zz2017-11-241-9/+6
* PSYNC2: clarify the scenario when repl_stream_db can be -1zhaozhao.zz2017-11-242-9/+21
* PSYNC2 & RDB: fix the missing rdbSaveInfo for BGSAVEzhaozhao.zz2017-11-241-1/+4
* PSYNC2: safe free backlog when reach the time limitzhaozhao.zz2017-11-241-0/+12
* Modules: handle the busy module namezhaozhao.zz2017-11-242-2/+19
* Modules: handle the conflict of registering commandszhaozhao.zz2017-11-241-21/+28
* fix string to double conversion, stopped parsing on \0 even if the string has...Oran Agra2017-11-242-2/+9