summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Clean up and stabilize cluster migration tests. (#8745)Yossi Gottlieb2021-04-064-25/+66
* Fix "default" and overwritten / reset users will not have pubsub channels per...Huang Zhw2021-04-055-7/+50
* redis-cli --bigkeys / memkeys, report detailed error on dbsize failure (#8740)Huang Zhw2021-04-051-2/+8
* Add cluster-allow-replica-migration option. (#5285)Sokolov Yura2021-04-046-5/+106
* Handle remaining fsync errors (#8419)Wang Yuan2021-04-017-16/+53
* Fix XAUTOCLAIM response to return the next available id as the cursor (#8725)Valentino Geron2021-04-012-6/+9
* Solve sentinel test issue in TLS due to recent tests change. (#8728)Oran Agra2021-04-015-6/+14
* zsetAdd: Fix wrong reply in case of INCR and GT/LT (#8717)guybe72021-04-012-55/+92
* generalize config file check for sentinel (#8730)Wen Hui2021-04-013-13/+12
* reuse existing range comparators in the zset (#8714)wuYin2021-04-011-6/+3
* Added macros for RM_log logging levels (#4246)Dvir Volk2021-04-012-4/+10
* Use chi-square for random distributivity verification in test (#8709)sundb2021-04-014-13/+33
* Always use prev node if there's some room in it setDeferredReply (#8729)yoav-steinberg2021-04-011-5/+14
* Initialize RedisModuleDigest with zeroes (#8731)guybe72021-03-311-1/+1
* XAUTOCLAIM: JUSTID should prevent incrementing delivery_count (#8724)guybe72021-03-301-1/+3
* Add replica-announced config option (#8653)Jérôme Loyet2021-03-306-3/+107
* Cluster migration test cleanup. (#8726)Yossi Gottlieb2021-03-301-3/+4
* Add support for plaintext clients in TLS cluster (#8587)Viktor Söderqvist2021-03-3010-44/+143
* Minor client output buffer optimizations (#8699)yoav-steinberg2021-03-301-8/+18
* re-fix config rewrite for empty save directive (#8722)JunhuaY2021-03-302-1/+9
* solve race conditions in psync2-pingoff test (#8720)Oran Agra2021-03-301-3/+15
* Fix config rewrite with an empty "save" parameter. (#8719)Yossi Gottlieb2021-03-292-7/+24
* Add cluster slot migration tests (#8649)Sokolov Yura2021-03-295-7/+189
* Restore old client 'processCommandAndResetClient' to fix false dead client in...Meir Shpilraien (Spielrein)2021-03-292-1/+46
* Fix redis-cli handling of rediss:// URL scheme (#8705)Steve2021-03-291-2/+4
* Remove redundant defrag dictEntry in activeDefragSdsListAndDict. (#8713)Huang Zhw2021-03-281-1/+3
* make processCommand check publish channel permissions. (#8534)Huang Zhw2021-03-267-33/+55
* Fix crash when hz config out of range (#8658)sundb2021-03-251-0/+4
* Introduce fast path to bypass expensive serveClientsBlockedOnKeyByModule call...Igor2021-03-251-0/+4
* Remove deprecated comments about saving expire time (#8692)Wang Yuan2021-03-251-2/+1
* Fix SLOWLOG for blocked commands (#8632)Oran Agra2021-03-256-49/+72
* Fix misleading comment (#8690)hzzb2021-03-241-1/+1
* Skip unecessary check for pong recieved (#8585)Madelyn Olson2021-03-241-1/+0
* Properly initialize variable to make valgrind happy in checkChildrenDone(). R...Qu Chen2021-03-246-12/+11
* Remove cron saving during BGSAVE test. (#8688)yoav-steinberg2021-03-241-1/+1
* Corrupt stream key access to uninitialized memory (#8681)Oran Agra2021-03-242-1/+13
* Fixes a typo in DEBUG HELP (#8638)Itamar Haber2021-03-241-1/+1
* Add RM_GetAbsExpire/RM_SetAbsExpire for module. (#8564)chenyangyang2021-03-242-1/+35
* Fix crash report killed by message (#8683)Oran Agra2021-03-241-1/+1
* Avoid evaluating log arguments when log filtered by level. (#8685)yoav-steinberg2021-03-242-5/+10
* Update sentinel.c (#8686)cl11182021-03-231-2/+2
* clusterState->mf_master_offset init offset change to -1 (#8651)linyi-xq2021-03-222-4/+4
* add missing flags in sentinel instance info (#8682)Wen Hui2021-03-221-0/+2
* Cleanup: sentinelGetInstanceTypeString is unused. (#8680)Huang Zhw2021-03-221-7/+0
* Add support for reading encrypted keyfiles. (#8644)Yossi Gottlieb2021-03-225-4/+53
* Fix slowdown due to child reporting CoW. (#8645)Yossi Gottlieb2021-03-224-12/+53
* fix race in diskless load cluster tests (#8674)Oran Agra2021-03-221-1/+8
* Fix race in replication test (#8679)Oran Agra2021-03-221-2/+4
* Change the order of start startLoadingFile call in redis-check-rdb. (#8676)Huang Zhw2021-03-221-1/+1
* Fix script kill to work also on scripts that use pcall (#8661)Meir Shpilraien (Spielrein)2021-03-172-0/+36