summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix redis_check_rdb() hang when rdb is FIFO (#12022)Joe Hu2023-04-141-0/+11
* Update reply_schema details for info and hset commands json files accordingly...Wen Hui2023-04-132-0/+2
* Print IP and port on Possible SECURITY ATTACK detected (#12024)Binbin2023-04-121-1/+7
* Add RM_ReplyWithErrorFormat that can support format (#11923)Binbin2023-04-124-2/+32
* Use dummy allocator to make accesses defined as per standard (#11982)sundb2023-04-106-37/+118
* Add RM_RdbLoad and RM_RdbSave module API functions (#11852)Ozan Tezcan2023-04-094-18/+198
* Add help message for client setinfo (#11995)bodong.ybd2023-04-041-0/+4
* check for known-slave in sentinel rewrite config (#11775)Subhi Al Hasan2023-04-043-4/+10
* Fix local clients detection (#11664)gx2023-04-041-1/+1
* Changed activeExpireCycle server.masterhost check to iAmMaster in beforeSleep...Binbin2023-04-041-1/+1
* redis-cli - handle sensitive command redaction for variadic CONFIG SET (#11975)Wen Hui2023-04-021-6/+9
* Disconnect pub-sub subscribers when revoking `allchannels` permission (#11992)Slava Koyfman2023-04-021-0/+7
* Reimplement cli hints based on command arg docs (#10515)Jason Elbaum2023-03-3011-9699/+11795
* Fixed tracking of command duration for multi/eval/module/wait (#11970)Madelyn Olson2023-03-295-1/+14
* Overhauls command summaries and man pages. (#11942)Itamar Haber2023-03-29389-783/+782
* Fix fork done handler wrongly update fsync metrics and enhance AOF_ FSYNC_ALW...Binbin2023-03-293-13/+22
* Clang: fix for -flto argument (#11961)Rafi Einstein2023-03-271-2/+7
* 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-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