summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Limit statement in RM_BlockClient() to 80 cols.antirez2017-10-041-4/+5
* Added safety net preventing redis from crashing if a module decide to block i...Dvir Volk2017-10-041-5/+8
* Renamed GetCtxFlags to GetContextFlagsDvir Volk2017-10-043-11/+11
* Added support for module context flags with RM_GetCtxFlagsDvir Volk2017-10-043-0/+177
* Redis 4.0.2.4.0.2antirez2017-09-212-1/+84
* Clarify comment in change fixing #4323.antirez2017-09-211-2/+6
* Lazyfree: avoid memory leak when free slowlog entryzhaozhao.zz2017-09-211-2/+5
* PSYNC2: More refinements related to #4316.antirez2017-09-202-11/+14