summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Harden init-tests for cluster tests (#11635)Madelyn Olson2022-12-222-6/+25
* Fix race in PSYNC2 partial resync test (#11653)Binbin2022-12-221-0/+7
* Fix flaky PTTL time to live in milliseconds test on slow machines (#11651)Binbin2022-12-221-1/+1
* Cleanup: Get rid of server.core_propagates (#11572)guybe72022-12-2011-110/+116
* fix race in list test with blocking commands (#11627)Oran Agra2022-12-182-12/+23
* fix flaky latency test (#11636)Oran Agra2022-12-181-0/+1
* fix dead link to stable release download (#11625)Oran Agra2022-12-161-1/+1
* Fixed small distance replies on GEODIST and GEO commands WITHDIST (#11631)filipe oliveira2022-12-152-7/+24
* Call postExecutionUnitOperations in active-expire of writable replicas (#11615)guybe72022-12-151-0/+2
* Fix races in swapdb async_loading test (#11613)Binbin2022-12-131-4/+17
* solve race in replication test due to ping (#11609)Oran Agra2022-12-121-0/+3
* Fix timing issue in replication test (#11611)Binbin2022-12-121-3/+3
* Avoid ASAN test errors on crash report tests (#11605)Oran Agra2022-12-111-2/+2
* Fix zuiFind crash / RM_ScanKey hang on SET object listpack encoding (#11581)Binbin2022-12-0910-65/+134
* Solve issues with active defrag test failing on fast machines (#11598)Oran Agra2022-12-091-1/+1
* Reduce rewriteClientCommandVector usage on EXPIRE command (#11602)filipe oliveira2022-12-091-4/+13
* Correct RM_GetSharedAPI documentation. (#11601)Yossi Gottlieb2022-12-081-1/+1
* Normalize NAN to a single nan type, like we do with inf (#11597)Binbin2022-12-083-7/+33
* Fix sentinel issue if replica changes IP (#11590)Moti Cohen2022-12-081-8/+3
* Use SNI on outgoing TLS connections (#11458)CatboxParadox2022-12-071-0/+7
* Optimize client memory usage tracking operation while client eviction is disa...Harkrishn Patro2022-12-0710-61/+196
* When converting a set to dict, presize for one more element to be added (#11559)Viktor Söderqvist2022-12-065-27/+63
* Fix command line startup --sentinel problem (#11591)Binbin2022-12-061-0/+18
* GEOSEARCH BYBOX: Simplified haversine distance formula when longitude diff is...filipe oliveira2022-12-051-10/+18
* Reintroduce lua argument cache in luaRedisGenericCommand removed in v7.0 (#1...filipe oliveira2022-12-054-26/+88
* Speedup GEODIST with fixedpoint_d2string as an optimized version of snprintf ...filipe oliveira2022-12-044-1/+167
* Improve TLS error handling. (#11563)Yossi Gottlieb2022-12-012-64/+57
* Regenerate payloads for cgroups tests using string2printable (#11560)Binbin2022-12-011-4/+3
* changing addReplySds and sdscat to addReplyStatusLength() within luaReplyToRe...filipe oliveira2022-11-302-1/+2
* Try to fix a race in psync2 test (#11553)Oran Agra2022-11-301-0/+4
* Stream consumers: Re-purpose seen-time, add active-time (#11099)guybe72022-11-306-57/+144
* Add a special notification unlink available only for modules (#9406)Huang Zhw2022-11-3013-58/+508
* Reduce eval related overhead introduced in v7.0 by evalCalcFunctionName (#11521)filipe oliveira2022-11-294-10/+24
* Hyperloglog avoid allocate more than 'server.hll_sparse_max_bytes' bytes of m...Mingyi Kang2022-11-282-17/+58
* benchmark getRedisConfig exit only when meet NOAUTH error (#11096)zhaozhao.zz2022-11-281-8/+7
* Fix replication on expired key test timing issue, give it more chances (#11548)Binbin2022-11-281-4/+20
* Add withscore option to ZRANK and ZREVRANK. (#11235)C Charles2022-11-286-18/+96
* Simplified geoAppendIfWithinShape() and removed spurious calls do sdsdup and ...filipe oliveira2022-11-281-30/+38
* Removed unecessary conversion of a dict to a dict (#11546)Madelyn Olson2022-11-271-43/+23
* Add log message when PID file fails to create (#11544)Madelyn Olson2022-11-271-0/+2
* Add redis_ prefix for member2struct, avoid redefined warning in FreeBSD (#11549)Binbin2022-11-272-3/+3
* Remove duplicate postExecutionUnitOperation call (#11547)sundb2022-11-271-1/+0
* Avoid spurious wakeup on deleted timer event (#11069)Tian2022-11-251-1/+1
* [BUG] Fix announced ports not updating on local node when updated at runtime ...DevineLiu2022-11-254-3/+60
* Shrink dict without rehashing (#11540)Viktor Söderqvist2022-11-251-1/+8
* Two minor fixes for cluster.c (#11441)DarrenJiang132022-11-251-4/+6
* Module API to allow writes after key space notification hooks (#11199)Meir Shpilraien (Spielrein)2022-11-2414-14/+651
* GEOSEARCH BYBOX: Reduce wastefull computation on geohashGetDistanceIfInRectan...filipe oliveira2022-11-241-4/+13
* Fix sanitizer warning, use offsetof instread of member_offset (#11539)Binbin2022-11-241-4/+2
* Ignore -Wstringop-overread warning for SHA1Transform() on GCC 12 (#11538)sundb2022-11-241-0/+11