summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Improve TLS error handling. (#11557)tls-conn-errorsYossi Gottlieb2022-11-302-64/+57
* 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
* Update Sentinel Debug command json file and add test case for it (#11513)Wen Hui2022-11-243-1/+11
* optimize unwatchAllKeys() (#11511)Mingyi Kang2022-11-234-12/+56
* Deprecates SETEX, PSETEX and SETNX (#11512)Itamar Haber2022-11-224-3/+18
* Make assert_refcount skip the OBJECT REFCOUNT check with needs:debug tag (#11...Binbin2022-11-224-11/+24
* Add explicit error log message for AOF_TRUNCATED status when server load AOF...Wen Hui2022-11-221-0/+3
* Fix set with duplicate elements causes sdiff to hang (#11530)Binbin2022-11-224-6/+42
* Fix sentinel update loglevel tls test (#11528)Binbin2022-11-212-3/+2
* sanitize dump payload: fix crash with empty set with listpack encoding (#11519)Binbin2022-11-204-2/+19
* Add CONFIG SET and GET loglevel feature in Sentinel (#11214)Wen Hui2022-11-203-1/+43
* Introduce Shard IDs to logically group nodes in cluster mode (#10536)Ping Xie2022-11-167-162/+567
* Add listpack encoding for list (#11303)sundb2022-11-1620-280/+834
* Explicitly send function commands to monitor (#11510)Madelyn Olson2022-11-152-0/+16
* Fix double negative nan test, ignoring sign (#11506)Binbin2022-11-151-4/+6
* Module CLIENT_CHANGE, Fix crash on free blocked client with DB!=0 (#11500)uriyage2022-11-142-7/+13
* Fix double inf test, use readraw to verify the protocol (#11504)Binbin2022-11-141-2/+6
* Add test to cover NAN reply using a module (#11482)Oran Agra2022-11-132-2/+36
* fixes for fork child exit and test: #11463 (#11499)Oran Agra2022-11-123-2/+3
* Add missing lpFree for listpack test, fix valgrind daily (#11492)Binbin2022-11-101-0/+2
* Listpack encoding for sets (#11290)Viktor Söderqvist2022-11-0919-344/+1132
* Deprecate QUIT (#11439)Viktor Söderqvist2022-11-092-1/+6
* diskless master, avoid bgsave child hung when fork parent crashes (#11463)Oran Agra2022-11-095-2/+59
* Tag test with needs:save (#11485)Ozan Tezcan2022-11-081-1/+1
* Use jemalloc by default also on ARM (#11407)Oran Agra2022-11-071-10/+2
* Unify repeated code in redis-check-aof (#11456)yancz20002022-11-061-30/+16
* Remove redundant calls to update refcount of shared integers (#11479)Hanif Ariffin2022-11-061-2/+0
* Bump vmactions/freebsd-vm to 0.3.0 to fix FreeBSD daily (#11476)Binbin2022-11-041-3/+3
* Introduce socket shutdown into connection type, used if a fork is active (#11...Binbin2022-11-046-4/+75
* Retain ACL categories used to generate ACL for displaying them later (#11224)Madelyn Olson2022-11-032-129/+154
* Block some specific characters in module command names (#11434)Binbin2022-11-032-3/+48
* Fix XSETID with max_deleted_entry_id issue (#11444)Wen Hui2022-11-022-0/+18
* Fix command BITFIELD_RO and BITFIELD argument json file, add some test cases ...Wen Hui2022-11-024-2/+25