summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* Added fields to ACL LOG error entries for precise time logging (#11477)Roshan Khatri2023-02-023-2/+25
* adding the ability to add streams to the pre-defined redis-benchmark tests (#...vanguard_space2023-02-021-0/+6
* Propagate message to a node only if the cluster link is healthy. (#11752)Harkrishn Patro2023-02-023-4/+36
* Document some fields history of CLIENT LIST command (#11729)Binbin2023-02-012-2/+17
* Optimization: sdsRemoveFreeSpace to avoid realloc on noop (#11766)uriyage2023-01-316-55/+42
* Optimize the performance of cluster slots for non-continuous slots (#11745)Madelyn Olson2023-01-291-10/+25
* Fix master client check in expireIfNeeded() for read only replica (#11761)Qu Chen2023-01-291-1/+1
* update sentinel config condition (#11751)Wen Hui2023-01-263-3/+3
* fix format for evalsha_ro.json file (#11756)Wen Hui2023-01-251-2/+2
* Fix EVAL_RO json command format (#11755)Wen Hui2023-01-251-2/+2
* fix typos in syscheck (#11710)artikell2023-01-221-1/+1
* Optimize the performance of sdscatrepr in printable characters (#11725)judeng2023-01-221-1/+2
* Remove duplicate code in listAddNodeTail (#11733)王卿2023-01-201-10/+1