summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Modules: fix for scripting replication of modules commands.antirez2017-11-232-7/+9
* Nested MULTI/EXEC may replicate in different cases.Yossi Gottlieb2017-11-232-0/+10
* rehash: handle one db until finishedzhaozhao.zz2017-11-211-2/+5
* fix boundary case for _dictNextPowerkmiku72017-11-081-1/+1
* Fixes an off-by-one in argument handling of `MEMORY USAGE`Itamar Haber2017-11-081-1/+1
* SDS: improve sdsRemoveFreeSpace() to avoid useless data copy.antirez2017-11-081-5/+12
* Fix saving of zero-length lists.antirez2017-11-061-2/+3
* Fix buffer overflows occurring reading redis.conf.antirez2017-10-311-0/+3
* Regression test for issue #4391.antirez2017-10-301-0/+4
* More robust object -> double conversion.antirez2017-10-301-4/+8