summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add CLIENT NO-TOUCH for clients to run commands without affecting LRU/LFU of ...Chen Tianjie2023-02-236-3/+104
* Speed up test: client evicted due to client tracking prefixes (#11823)Binbin2023-02-211-51/+54
* Prevent Redis from crashing from key tracking invalidations (#11814)Madelyn Olson2023-02-212-3/+41
* 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-202-1/+19
* Stablize page reclaim CI test (#11818)Oran Agra2023-02-191-6/+10
* 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-164-3/+9
* Cleanup around script_caller, fix tracking of scripts and ACL logging for RM_...Oran Agra2023-02-1617-107/+273
* correct cluster inbound link keepalive time (#11785)zhaozhao.zz2023-02-161-1/+1
* Remove wrong code in list pot timeout test (#11805)Binbin2023-02-151-1/+0
* Update codes (#11804)Wen Hui2023-02-141-7/+15
* Minor changes around the blockonkeys test module (#11803)guybe72023-02-143-149/+74
* SCAN/RANDOMKEY and lazy-expire (#11788)guybe72023-02-147-17/+75
* Reclaim page cache of RDB file (#11248)Tian2023-02-1215-27/+234
* Match REDISMODULE_OPEN_KEY_* flags to LOOKUP_* flags (#11772)Meir Shpilraien (Spielrein)2023-02-096-6/+119
* When DEBUG LOADAOF fails, return an error instead of exiting (#11790)Binbin2023-02-092-3/+5
* Optimize ZRANGE replies WITHSCORES in case of integer scores (#11779)filipe oliveira2023-02-063-49/+33
* Fix unstable test: replication with parallel clients writing in different DBs...Binbin2023-02-031-5/+18