summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix outdated protected-mode documentation in sentinel.conf (#9896)Binbin2021-12-081-15/+4
* Fix SENTINEL subcommands's arity (#9909)Binbin2021-12-082-5/+4
* improvement of a test in unit/pause.tcl (#9868)leishiao2021-12-071-1/+1
* Update documentation of _dictReset (#9908)丽媛自己动2021-12-071-2/+1
* Don't write oom score adj to proc unless we're managing it. (#9904)yoav-steinberg2021-12-074-19/+85
* Fix timing issue in logging.tcl with FreeBSD (#9910)Binbin2021-12-071-16/+6
* Fix spelling of sanitization (#9901)Madelyn Olson2021-12-061-5/+5
* Santize dump payload: fix invalid listpack entry start with EOF (#9889)sundb2021-12-042-0/+13
* Merge Redis Functions PR (#9780)Oran Agra2021-12-0231-3259/+5260
|\
| * Redis Functions - Added redis function unit and Lua enginemeir@redislabs.com2021-12-0221-143/+1647
| * Redis Functions - Moved invoke Lua code functionality to script_lua.cmeir@redislabs.com2021-12-014-67/+70
| * Redis Functions - Introduce script unit.meir@redislabs.com2021-12-0116-339/+697
| * Redis Functions - Move Lua related variable into luaCtx structmeir@redislabs.com2021-12-0115-170/+253
| * Redis Functions - Move code to make review process easier.meir@redislabs.com2021-12-013-1396/+1449
* | Fix CONFIG SET test failures in MacOS/FreeBSD (#9881)Binbin2021-12-021-8/+11
* | Fix a harmless bug when using monitor in redis-cli with wrong reply (#9875)Binbin2021-12-021-0/+4
|/
* Multiparam config set (#9748)yoav-steinberg2021-12-017-453/+532
* Adds auto-seq-only-generation via `XADD ... <ms>-*` (#9217)Itamar Haber2021-11-304-28/+107
* Sentinel master reboot fix (#9438)Wen Hui2021-11-303-3/+157
* modify misleading note in comment (#9865)丽媛自己动2021-11-301-1/+1
* Extend output of DEBUG HELP for POPULATE (#9869)Viktor Söderqvist2021-11-301-2/+4
* Swap '\r\n' with spaces when returning a big number reply from Lua script. (#...Meir Shpilraien (Spielrein)2021-11-302-1/+15
* Fix CLIENT KILL kill all clients with id 0 (#9853)Binbin2021-11-292-3/+41
* fix deprecation of _BSD_SOURCE feature test macro (#9861)yoav-steinberg2021-11-291-0/+1
* fixed mem leak on rdb load error (#9860)OfirMos2021-11-291-1/+4
* Add REDIS_CFLAGS='-Werror' to CI tests (#9828)Binbin2021-11-293-13/+13
* improvement of a blocking xread test (#9859)leishiao2021-11-291-0/+1
* Fix abnormal compression due to out-of-control recompress (#9849)sundb2021-11-294-284/+398
* Improve stability in some blocking command tests (#9856)Binbin2021-11-282-0/+9
* Clean Lua stack before parsing call reply to avoid crash on a call with many ...Meir Shpilraien (Spielrein)2021-11-282-0/+14
* Fix Lua C API violation on lua msgpack lib. (#9832)Meir Shpilraien (Spielrein)2021-11-283-2/+10
* Sort out the mess around writable replicas and lookupKeyRead/Write (#9572)Viktor Söderqvist2021-11-2825-154/+307
* Fix COMMAND GETKEYS on LCS (#9852)sundb2021-11-284-28/+5
* Cleanup: fix typo and remove some obsoleting definitions. (#9851)Huang Zhw2021-11-274-33/+5
* Do not watch keys for dirty client (#9829)uriyage2021-11-251-0/+12
* fix fob bad log messages in rdbSave (#9842) (#9843)Pavel Melkozerov2021-11-242-5/+8
* Replace ziplist with listpack in quicklist (#9740)sundb2021-11-2417-362/+508
* Wait for `asyn_loading` to stop in `short read` test (#9841)Binbin2021-11-242-0/+6
* Add tests to cover EXPIRE overflow fix (#9839)Binbin2021-11-241-5/+16
* fix invalid read on corrupt ziplist (#9831)Oran Agra2021-11-232-0/+13
* QUIT is a command, HOST: and POST are not (#9798)guybe72021-11-236-25/+40
* Fix invalid access in lpFind on corrupted listpack (#9819)Oran Agra2021-11-222-1/+18
* fix string escaping in corrupt-dump test to support TCL8.5 (#9824)Oran Agra2021-11-221-3/+3
* Fix timing issue in sub-second expires test (#9821)Binbin2021-11-221-14/+27
* Fix false positive leak reported by GCC ASAN (#9816)Oran Agra2021-11-214-6/+36
* Don't use accurate option with ASAN unit tests (#9818)Ozan Tezcan2021-11-211-1/+1
* Fix occasional RM_Call() crashes. (#9805)Yossi Gottlieb2021-11-212-13/+22
* Prevent LCS from allocating temp memory over proto-max-bulk-len (#9817)Oran Agra2021-11-212-2/+16
* Improve active defrag in jemalloc 5.2 (#9778)Oran Agra2021-11-212-16/+23
* Initialize manual failover replica target (#9814)Madelyn Olson2021-11-191-0/+1