summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Redis 7.2 RC17.2-rc1Oran Agra2023-03-222-13/+224
* Fix reply schema validator with RESET command (#11953)Oran Agra2023-03-221-0/+4
* fix CLIENT SETINFO to use error replies instead of status replies (#11952)Oran Agra2023-03-222-5/+5
* Replcae sentinel commands sanity check with infrastructure work test (#11950)Binbin2023-03-221-3/+15
* add 7.2 history details to xinfo json files (#11949)Oran Agra2023-03-223-1/+15
* update help.h (#11948)Oran Agra2023-03-221-32/+52
* Allow clients to report name and version (#11758)Igor Malinovskiy2023-03-225-11/+149
* Module commands to have ACL categories. (#11708)Roshan Khatri2023-03-2110-5/+297
* Fix race in temp rdb delete shutdown test (#11840)Binbin2023-03-211-3/+8
* Add missing master_reboot flag in sentinel instance info (#11888)Binbin2023-03-211-0/+2
* Avoid assertion when MSETNX is used with the same key twice (CVE-2023-28425) ...Oran Agra2023-03-202-3/+10
* Fix new subscribe mode test in reply-schemas-validator (#11939)Binbin2023-03-202-0/+7
* passwords printed in the crash log (#11930)polaris-alioth2023-03-201-0/+6
* Don't run command filter on blocked command reprocessing (#11895)Shaya Potter2023-03-203-4/+59
* redis-cli: Accept commands in subscribed mode (#11873)Viktor Söderqvist2023-03-193-56/+298
* Remove unnecessary `fsync` when sentinel flushs config file (#11910)Wang Yuan2023-03-191-15/+7
* Fix compile lto-wrapper warning for aarch64 (#11926)Rong Tao2023-03-171-1/+1
* Minor fix to print, set to str (#11934)Binbin2023-03-171-3/+3
* Support for RM_Call on blocking commands (#11568)Meir Shpilraien (Spielrein)2023-03-1621-105/+1025
* Fix usleep compilation warning in auth.c (#11925)Binbin2023-03-161-0/+4
* Bump codespell to 2.2.4, fix typos and outupdated comments (#11911)Binbin2023-03-1612-24/+23
* Custom authentication for Modules (#11659)KarthikSubbarao2023-03-1511-103/+1057
* Fix WAITAOF mix-use last_offset and last_numreplicas (#11922)Binbin2023-03-153-5/+86
* Use older string format to support earlier python versions (#11920)Ozan Tezcan2023-03-151-4/+4
* Fix WAITAOF reply when using last_offset and last_numreplicas (#11917)Binbin2023-03-153-33/+98
* cleanup NBSP characters in comments (#10555)Kaige Ye2023-03-155-39/+39
* Implementing the WAITAOF command (issue #10505) (#11713)Slava Koyfman2023-03-1413-82/+623
* Fix tail->repl_offset update in feedReplicationBuffer (#11905)Binbin2023-03-133-6/+19
* Large blocks of replica client output buffer could lead to psync loops and un...xbasel2023-03-122-72/+137
* redis-cli reads specified number of replies for UNSUBSCRIBE/PUNSUBSCRIBE/SUNS...Binbin2023-03-121-0/+20
* Fix the bug that CLIENT REPLY OFF|SKIP cannot receive push notifications (#11...Binbin2023-03-129-5/+227
* Fix race in sentinel manual failover test (#11900)Binbin2023-03-121-1/+14
* Add reply_schema to command json files (internal for now) (#10273)guybe72023-03-11403-315/+6763
* Fix Uninitialised value error in createSparklineSequence (LATENCY GRAPH) (#11...Binbin2023-03-092-1/+22
* Fix test and improve assert_replication_stream print the whole stream (#11793)Binbin2023-03-083-3/+21
* Fix misleading error message in XREADGROUP (#11799)Binbin2023-03-081-3/+3
* Fix an issue when module decides to unblock a client which is blocked on keys...ranshid2023-03-083-6/+43
* Always compact nodes in stream listpacks after creating new nodes (#11885)Madelyn Olson2023-03-072-10/+15
* Solve race in CLIENT NO-TOUCH lru test (#11883)Binbin2023-03-071-1/+1
* Skip test for sdsRemoveFreeSpace when mem_allocator is not jemalloc (#11878)sundb2023-03-073-1/+16
* Add GNUC minor version check for redis_unreachable (#11882)某102023-03-051-1/+1
* Increase the threshold of the AOF loading defrag test (#11871)Binbin2023-03-041-2/+4
* Dont COMMANDS DOCS if not TTY (not interactive) (#11850)SkyperTHC2023-03-031-1/+1
* Try to trim strings only when applicable (#11817)uriyage2023-02-287-23/+84
* Integer Overflow in RAND commands can lead to assertion (CVE-2023-25155) (#11...Oran Agra2023-02-286-5/+14
* String pattern matching had exponential time complexity on pathological patte...Oran Agra2023-02-282-4/+29
* Fix possible memory corruption in FLUSHALL when a client watches more than on...ranshid2023-02-282-3/+11
* assert in case resize output buffer will attempt to shrink too much (#11839)ranshid2023-02-261-0/+2
* Try to solve valgrind CI test error with client-eviction test (#11822)Oran Agra2023-02-231-0/+1
* Add missing since filed for new CLIENT NO-TOUCH command (#11829)Binbin2023-02-232-2/+3