summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fixing compilation by removing flock() when compiling on Solaris (#11327)Steffen Moser2022-12-121-0/+3
* Fix CLUSTER SHARDS showing empty hostname (#11297)Binbin2022-12-121-4/+8
* Add RM_SetContextUser to support acl validation in RM_Call (and scripts) (#10...Shaya Potter2022-12-1210-75/+449
* Replica that asks for rdb only should be closed right after the rdb part (#11...Valentino Geron2022-12-122-14/+24
* [PERF] use snprintf once in addReplyDouble (#11093)Ariel Shtul2022-12-121-6/+22
* Bump vmactions/freebsd-vm from 0.2.3 to 0.2.4 (#11203)7.0.5dependabot[bot]2022-09-211-3/+3
* Bump vmactions/freebsd-vm from 0.2.0 to 0.2.3 (#11072)dependabot[bot]2022-09-211-3/+3
* CI: Update vmaction. (#11013)Yossi Gottlieb2022-09-211-6/+6
* Redis 7.0.5Oran Agra2022-09-213-8/+51
* Fix heap overflow vulnerability in XAUTOCLAIM (CVE-2022-35951)Oran Agra2022-09-212-3/+14
* Improve cmd_flags for script/functions in RM_Call (#11159)Shaya Potter2022-09-214-20/+52