summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* fix CLIENT SETINFO to use error replies instead of status replies (#11952)Oran Agra2023-03-221-2/+2
* 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-224-11/+124
* Module commands to have ACL categories. (#11708)Roshan Khatri2023-03-214-5/+131
* 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-201-3/+1
* 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-201-3/+4
* redis-cli: Accept commands in subscribed mode (#11873)Viktor Söderqvist2023-03-191-51/+212
* 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
* Support for RM_Call on blocking commands (#11568)Meir Shpilraien (Spielrein)2023-03-1617-75/+335
* Bump codespell to 2.2.4, fix typos and outupdated comments (#11911)Binbin2023-03-168-14/+13
* Custom authentication for Modules (#11659)KarthikSubbarao2023-03-155-102/+429
* Fix WAITAOF mix-use last_offset and last_numreplicas (#11922)Binbin2023-03-152-5/+16
* Fix WAITAOF reply when using last_offset and last_numreplicas (#11917)Binbin2023-03-151-24/+29
* cleanup NBSP characters in comments (#10555)Kaige Ye2023-03-155-39/+39
* Implementing the WAITAOF command (issue #10505) (#11713)Slava Koyfman2023-03-1411-80/+390
* Fix tail->repl_offset update in feedReplicationBuffer (#11905)Binbin2023-03-132-5/+8
* Large blocks of replica client output buffer could lead to psync loops and un...xbasel2023-03-121-72/+80
* 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-125-2/+36
* Add reply_schema to command json files (internal for now) (#10273)guybe72023-03-11363-235/+5771
* Fix Uninitialised value error in createSparklineSequence (LATENCY GRAPH) (#11...Binbin2023-03-091-0/+3
* 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-081-3/+5
* Always compact nodes in stream listpacks after creating new nodes (#11885)Madelyn Olson2023-03-072-10/+15
* Add GNUC minor version check for redis_unreachable (#11882)某102023-03-051-1/+1
* Dont COMMANDS DOCS if not TTY (not interactive) (#11850)SkyperTHC2023-03-031-1/+1
* Try to trim strings only when applicable (#11817)uriyage2023-02-284-22/+22
* Integer Overflow in RAND commands can lead to assertion (CVE-2023-25155) (#11...Oran Agra2023-02-283-5/+5
* String pattern matching had exponential time complexity on pathological patte...Oran Agra2023-02-281-4/+23
* Fix possible memory corruption in FLUSHALL when a client watches more than on...ranshid2023-02-281-3/+3
* assert in case resize output buffer will attempt to shrink too much (#11839)ranshid2023-02-261-0/+2
* Add missing since filed for new CLIENT NO-TOUCH command (#11829)Binbin2023-02-232-2/+3
* Add CLIENT NO-TOUCH for clients to run commands without affecting LRU/LFU of ...Chen Tianjie2023-02-235-3/+79
* Prevent Redis from crashing from key tracking invalidations (#11814)Madelyn Olson2023-02-211-3/+3
* Fix HELLO error message command syntax suggestion (#11809)M Sazzadul Hoque2023-02-211-1/+1
* add test case and comments for active expiry in the writeable replica (#11789)judeng2023-02-201-1/+2
* Demoting some of the non-warning messages to notice (#10715)Binbin2023-02-1911-66/+67
* skip new page cache reclame unit test when running in valgrind (#11808)Oran Agra2023-02-163-1/+7
* Cleanup around script_caller, fix tracking of scripts and ACL logging for RM_...Oran Agra2023-02-1611-94/+79
* correct cluster inbound link keepalive time (#11785)zhaozhao.zz2023-02-161-1/+1
* Update codes (#11804)Wen Hui2023-02-141-7/+15
* SCAN/RANDOMKEY and lazy-expire (#11788)guybe72023-02-146-17/+33
* Reclaim page cache of RDB file (#11248)Tian2023-02-1214-26/+163
* Match REDISMODULE_OPEN_KEY_* flags to LOOKUP_* flags (#11772)Meir Shpilraien (Spielrein)2023-02-094-6/+50
* When DEBUG LOADAOF fails, return an error instead of exiting (#11790)Binbin2023-02-091-2/+4
* Optimize ZRANGE replies WITHSCORES in case of integer scores (#11779)filipe oliveira2023-02-062-48/+32