summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Redis 7.0.117.0.117.0Oran Agra2023-04-172-2/+25
* fix false valgrind error on new hash test (#11200)Oran Agra2023-04-171-3/+6
* Avoid valgrind fishy value warning on corrupt restore payloads (#10937)Oran Agra2023-04-172-6/+23
* Use dummy allocator to make accesses defined as per standard (#11982)sundb2023-04-176-26/+107
* Disconnect pub-sub subscribers when revoking `allchannels` permission (#11992)Slava Koyfman2023-04-172-0/+21
* Fix fork done handler wrongly update fsync metrics and enhance AOF_ FSYNC_ALW...Binbin2023-04-173-13/+22
* fix hincrbyfloat not to create a key if the new value is invalid (#11149)chendianqiang2023-04-172-0/+8
* Redis 7.0.107.0.10Oran Agra2023-03-202-2/+19
* Avoid assertion when MSETNX is used with the same key twice (CVE-2023-28425)Oran Agra2023-03-202-3/+10
* Fix tail->repl_offset update in feedReplicationBuffer (#11905)Binbin2023-03-203-6/+19
* Large blocks of replica client output buffer could lead to psync loops and un...xbasel2023-03-202-72/+137
* Fix the bug that CLIENT REPLY OFF|SKIP cannot receive push notifications (#11...Binbin2023-03-209-5/+227
* Always compact nodes in stream listpacks after creating new nodes (#11885)Madelyn Olson2023-03-202-10/+15
* Ignore RM_Call deny-oom flag if maxmemory is zero (#11319)Ozan Tezcan2023-03-202-1/+16
* Redis 7.0.97.0.9Oran Agra2023-02-282-2/+33
* Integer Overflow in RAND commands can lead to assertion (CVE-2023-25155)Oran Agra2023-02-286-5/+14
* String pattern matching had exponential time complexity on pathological patte...Tom Levy2023-02-282-4/+29
* Fix possible memory corruption in FLUSHALL when a client watches more than on...ranshid2023-02-282-3/+11
* Prevent Redis from crashing from key tracking invalidations (#11814)Madelyn Olson2023-02-282-3/+41
* add test case and comments for active expiry in the writeable replica (#11789)judeng2023-02-282-1/+19
* correct cluster inbound link keepalive time (#11785)zhaozhao.zz2023-02-281-1/+1
* SCAN/RANDOMKEY and lazy-expire (#11788)guybe72023-02-287-10/+72
* fix cluster propagation in case of disconnected cluster node, see #11752Ran Shidlansik2023-02-281-4/+9
* Propagate message to a node only if the cluster link is healthy. (#11752)Harkrishn Patro2023-02-285-7/+116
* Document some fields history of CLIENT LIST command (#11729)Binbin2023-02-282-2/+17
* Optimization: sdsRemoveFreeSpace to avoid realloc on noop (#11766)uriyage2023-02-287-55/+51
* Optimize the performance of cluster slots for non-continuous slots (#11745)Madelyn Olson2023-02-281-10/+25
* Call postExecutionUnitOperations in active-expire of writable replicas (#11615)guybe72023-02-281-0/+3
* Fix command BITFIELD_RO and BITFIELD argument json file, add some test cases ...Wen Hui2023-02-284-2/+25
* Redis 7.0.87.0.8Oran Agra2023-01-162-2/+23
* Fix range issues in ZRANDMEMBER and HRANDFIELD (CVE-2023-22458)Oran Agra2023-01-164-2/+22
* Avoid integer overflows in SETRANGE and SORT (CVE-2022-35977)Oran Agra2023-01-164-8/+36
* Obuf limit, exit during loop in *RAND* commands and KEYSOran Agra2023-01-165-0/+28
* Add minimum version information to new xsetid arguments (#11694)knggk2023-01-162-4/+6
* Make sure that fork child doesn't do incremental rehashing (#11692)Oran Agra2023-01-163-21/+32
* Blocking command with a 0.001 seconds timeout blocks indefinitely (#11688)Gabi Ganam2023-01-162-1/+13
* Fix potential issue with Lua argv caching, module command filter and libc rea...Oran Agra2023-01-164-12/+62
* Optimize the performance of msetnx command by call lookupkey only once (#11594)judeng2023-01-161-1/+3
* Remove unnecessary updateClientMemUsageAndBucket() when feeding monitors (#11...sundb2023-01-162-1/+6
* Fix sentinel issue if replica changes IP (#11590)Moti Cohen2023-01-161-8/+3
* Redis 7.0.77.0.7Oran Agra2022-12-162-2/+13
* Fixed small distance replies on GEODIST and GEO commands WITHDIST (#11631)filipe oliveira2022-12-162-7/+24
* Redis 7.0.67.0.6Oran Agra2022-12-122-2/+60
* Fix replication on expired key test timing issue, give it more chances (#11548)Binbin2022-12-121-4/+20
* Fix redis-cli cluster add-node race in cli.tcl (#11349)Binbin2022-12-121-1/+7
* fix test Migrate the last slot away from a node using redis-cli (#11221)ranshid2022-12-122-1/+23
* Fix timing issue in cluster test (#11008)Binbin2022-12-122-7/+16
* Fix CLUSTERDOWN issue in cluster reshard unblock test (#11139)Binbin2022-12-122-3/+3
* Fixes build warning when CACHE_LINE_SIZE is already defined. (#11389)David CARLIER2022-12-121-0/+6
* Avoid ASAN test errors on crash report testsOran Agra2022-12-121-2/+2