summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix OpenSSL 3.0.x related issues. (#10291)Yossi Gottlieb2022-02-151-6/+39
* Fix and improve module error reply statistics (#10278)Oran Agra2022-02-135-4/+65
* Fix Eval scripts defrag (broken 7.0 in RC1) (#10271)yoav-steinberg2022-02-113-7/+33
* Fix duplicate module options define (#10284)sundb2022-02-112-3/+5
* Modify AOF preamble related logs, and change the RDB aux field (#10283)chenyang80942022-02-113-13/+26
* Check target node is a primary during cluster setslot. (#10277)Harkrishn Patro2022-02-101-0/+4
* Use binary representation for key values dumped to crash log (#10275)Omer Shadmi2022-02-101-3/+3
* Remove unused code - leftover from script replication mechanisms (#10272)chenyang80942022-02-092-18/+0
* Fix INFO SENTINEL memory leak (#10268)Binbin2022-02-091-2/+1
* fix grammar issue in a comment (#10269)mowenliunian2022-02-091-1/+1
* Attempt to fix a rare crash in cluster tests. (#10265)Oran Agra2022-02-081-3/+6
* Fix SENTINEL DEBUG with wrong arguments (#10258)gms2022-02-081-21/+18
* Remove duplicate header file include (#10264)weiguo2022-02-081-1/+0
* Remove assert and refuse delete expired on ro replicas (#10248)Viktor Söderqvist2022-02-081-10/+10
* Make INFO command variadic (#6891)Wen Hui2022-02-087-77/+202
* Consistent erros returned from EVAL scripts (#10218)yoav-steinberg2022-02-081-10/+16
* X[AUTO]CLAIM should skip deleted entries (#10227)guybe72022-02-083-26/+74
* Handle key-spec flags with modules (#10237)Oran Agra2022-02-087-63/+175
* Fix protocol error caused by redis-benchmark (#10236)ivanstosic-janea2022-02-071-0/+3
* Update function-delete.json - argument is library name, not function name (#1...Avital-Fine2022-02-071-1/+1
* COMMAND DOCS avoid adding summary/since if they don't exist (#10252)Binbin2022-02-071-6/+12
* Fix redis-cli with sentinel crash due to SENTINEL DEBUG missing summary (#10250)Binbin2022-02-073-2/+5
* acl check api for functions and eval (#10220)yoav-steinberg2022-02-072-95/+99
* Supplement define guards to prevent multiple inclusion (#10246)weiguo2022-02-061-0/+5
* Fix file descriptor leak in memtest_test_linux_anonymous_maps (#4241)footpatch2022-02-061-1/+4
* Fix PSYNC crash with wrong offset (#10243)Binbin2022-02-061-9/+10
* redis-cli generates command help tables from the results of COMMAND (#10043)Jason Elbaum2022-02-051-43/+352
* Update FCALL/FCALL_RO summary and complexity (#10240)Binbin2022-02-054-8/+8
* Command info module API (#10108)Viktor Söderqvist2022-02-044-241/+857
* Fix SENTINEL SET config rewrite test (#10232)Binbin2022-02-044-5/+5
* Sentinel: return an error if configuration save fails (#10151)Wen Hui2022-02-031-18/+18
* Add check min-slave-* feature when evaluating Lua scripts and Functions (#10160)Vo Trong Phuc2022-02-031-0/+25
* Add 'Available since' to module API function docs (#10229)Viktor Söderqvist2022-02-031-174/+0
* update function help message, changed DESC->DESCRIPTION. (#10228)Meir Shpilraien (Spielrein)2022-02-023-3/+3
* Fix src/modules build issue on OS X 11 (#10224)sundb2022-02-012-1/+8
* forbid module to unload when it holds ongoing timer (#10187)郭伟光2022-02-011-0/+26
* Added history for cluster-slots changes for hostnames(#10216)Madelyn Olson2022-01-302-0/+5
* update help.h before release (#10210)Oran Agra2022-01-301-6/+11
* Fix cluster bus extensions backwards compatibility (#10206)Ping Xie2022-01-303-2/+36
* Improve srand entropy (and fix Sentinel failures) (#10197)Moti Cohen2022-01-301-2/+5
* Fix typo in function_load local variable (#10209)Tobias Nießen2022-01-301-2/+2
* Set default channel permission to resetchannels for 7.0 (#10181)Harkrishn Patro2022-01-301-1/+1
* Add key-specs notes (#10193)guybe72022-01-3015-211/+239
* fix cluster rebalance test race (#10207)Oran Agra2022-01-301-5/+15
* Fix some wrong commands arguments since (#10208)Binbin2022-01-304-17/+31
* Fixed Sentinel support for hostnames (#10146)Moti Cohen2022-01-291-11/+43
* commands arguments improvement about unix-time type (#10203)Binbin2022-01-295-13/+13
* Use object size then pointer size when malloc (#10201) (#10202)weiguo2022-01-291-1/+1
* Added missing documentation about the ACL GETUSER changes in acl-v2 (#10200)Madelyn Olson2022-01-281-0/+4
* Update generate-command-help.rb and help.h. (#10196)Yossi Gottlieb2022-01-271-79/+485