summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Try to fix a race in psync2 test (#11553)Oran Agra2022-12-121-0/+4
* Bump vmactions/freebsd-vm to 0.3.0 to fix FreeBSD daily (#11476)Binbin2022-12-121-3/+3
* Fix bgsaveerr issue in psync wrong offset test (#11043)Binbin2022-12-121-4/+0
* Reduce rewriteClientCommandVector usage on EXPIRE command (#11602)filipe oliveira2022-12-121-4/+13
* Optimize client memory usage tracking operation while client eviction is disa...Harkrishn Patro2022-12-1210-61/+196
* Fix command line startup --sentinel problem (#11591)Binbin2022-12-121-0/+18
* GEOSEARCH BYBOX: Simplified haversine distance formula when longitude diff is...filipe oliveira2022-12-121-10/+18
* Reintroduce lua argument cache in luaRedisGenericCommand removed in v7.0 (#1...filipe oliveira2022-12-124-26/+88
* Speedup GEODIST with fixedpoint_d2string as an optimized version of snprintf ...filipe oliveira2022-12-124-1/+167
* Improve TLS error handling. (#11563)Yossi Gottlieb2022-12-122-65/+58
* changing addReplySds and sdscat to addReplyStatusLength() within luaReplyToRe...filipe oliveira2022-12-122-1/+2
* Reduce eval related overhead introduced in v7.0 by evalCalcFunctionName (#11521)filipe oliveira2022-12-124-10/+24
* benchmark getRedisConfig exit only when meet NOAUTH error (#11096)zhaozhao.zz2022-12-121-8/+7
* Simplified geoAppendIfWithinShape() and removed spurious calls do sdsdup and ...filipe oliveira2022-12-121-30/+38
* [BUG] Fix announced ports not updating on local node when updated at runtime ...DevineLiu2022-12-124-3/+60
* GEOSEARCH BYBOX: Reduce wastefull computation on geohashGetDistanceIfInRectan...filipe oliveira2022-12-121-4/+13
* Ignore -Wstringop-overread warning for SHA1Transform() on GCC 12 (#11538)sundb2022-12-121-0/+11
* Add explicit error log message for AOF_TRUNCATED status when server load AOF...Wen Hui2022-12-121-0/+3
* Explicitly send function commands to monitor (#11510)Madelyn Olson2022-12-122-0/+16
* Module CLIENT_CHANGE, Fix crash on free blocked client with DB!=0 (#11500)uriyage2022-12-122-7/+13
* fixes for fork child exit and test: #11463 (#11499)Oran Agra2022-12-123-2/+3
* diskless master, avoid bgsave child hung when fork parent crashes (#11463)Oran Agra2022-12-125-2/+59
* Fix sentinel function that compares hostnames (if failed resolve) (#11419)Moti Cohen2022-12-121-3/+9
* Fix crash due to to reuse iterator entry after list deletion in module (#11383)sundb2022-12-123-23/+102
* MIGTATE with AUTH that contains "keys" is getting wrong key names in migrateG...C Charles2022-12-122-6/+35
* Improve linux overcommit check and warning (#11357)Oran Agra2022-12-121-2/+5
* `RedisModule_ResetDataset` should not clear the functions. (#11268)Meir Shpilraien (Spielrein)2022-12-122-1/+11
* Avoid crash on crash report when a bad function pointer was called (#11298)Meir Shpilraien (Spielrein)2022-12-121-22/+58
* RM_CreateCommand should not set CMD_KEY_VARIABLE_FLAGS automatically (#11320)guybe72022-12-124-12/+33