summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Turn into replica on SETSLOT (#10489)Viktor Söderqvist2022-04-023-3/+40
* Fix failing moduleconfigs tests and memory leak (#10501)sundb2022-03-312-2/+8
* Prevent replica failover during manual takeover test (#10499)Madelyn Olson2022-03-311-6/+18
* Fix cluster slot migration test (#10495)Binbin2022-03-301-0/+26
* Use exit code 1 on error in redis-cli (#10468)Ozan Tezcan2022-03-301-8/+4
* Move restart_killed_instances and verify_sentinel_auto_discovery to utils (#1...Binbin2022-03-303-23/+25
* Bump actions/checkout from 2 to 3 (#10390)dependabot[bot]2022-03-305-36/+36
* Bump actions/cache from 2 to 3 (#10463)dependabot[bot]2022-03-301-1/+1
* Module Configurations (#10285)Nick Chun2022-03-3013-233/+1530
* command json files cleanups (#10473)Binbin2022-03-3032-218/+301
* fix daily.yaml skip filters (#10490)Oran Agra2022-03-291-49/+49
* redis-cli: Do DNS lookup before sending CLUSTER MEET (#10436)Viktor Söderqvist2022-03-291-2/+22
* show cluster.links in MEMORY STATS (#10302)zhaozhao.zz2022-03-291-1/+4
* improve malloc efficiency for cluster slots_info_pairs (#10488)Oran Agra2022-03-292-41/+36
* introduce MAX_D2STRING_CHARS instead of 128 const (#10487)Oran Agra2022-03-285-13/+52
* Make redis-cli --cluster help output to stdout (#10485)Binbin2022-03-281-14/+14
* Fix sentinel test SDOWN is triggered by non-responding instance (#10484)Moti Cohen2022-03-281-3/+6
* fix crash in debug protocol push (#10483)DarrenJiang132022-03-282-1/+8
* Fix new / failing cluster slot migration test (#10482)Oran Agra2022-03-271-8/+0
* Fix Sentinel reconnect test following ACL change (#10480)Moti Cohen2022-03-271-9/+11
* Cleanups in redis.conf (#10452)Binbin2022-03-271-7/+7
* Add appendonlydir-* in utils/create-cluster/.gitignore (#10471)小令童鞋2022-03-261-0/+1
* optimize(remove) usage of client's pending_querybuf (#10413)zhaozhao.zz2022-03-256-61/+58
* Split daily CI into smaller chunks (#10469)Oran Agra2022-03-221-11/+227
* crash log, print killer pid only when si_code is SI_USER (#10454)Oran Agra2022-03-221-1/+1
* Add new RM_Call flags for script mode, no writes, and error replies. (#10372)Meir Shpilraien (Spielrein)2022-03-2214-57/+256
* Fix an off by one error in zzlStrtod (#10465)yiyuaner2022-03-221-2/+2
* config rewrite enhancement, in case of line longer than 1024 (#8009)zhaozhao.zz2022-03-222-10/+27
* config rewrite failed save errno in case of being tainted (#10461)郭伟光2022-03-211-2/+4
* Use exit code 1 if redis-cli fails to connect (#10438)Ozan Tezcan2022-03-211-2/+6
* BITSET and BITFIELD SET should propagate even if just length changed (#10459)guybe72022-03-212-11/+19
* Increase function tests timeout (#10458)Meir Shpilraien (Spielrein)2022-03-211-9/+9
* Fix timing issue in shards test and fix displayed TLS port (#10450)Madelyn Olson2022-03-202-7/+9
* unblockClient: avoid to reset client when the client was shutdown-blocked (#1...郭伟光2022-03-202-1/+37
* Restore ::singledb after cluster test (#10441)sundb2022-03-182-1/+7
* fix wrong comment about cluster_announce_hostname (#10274)carlosfu2022-03-161-1/+1
* Fixed incorrect parsing of hostname information from nodes.conf (#10435)Madelyn Olson2022-03-162-11/+14
* Fix redis-cli CLUSTER SETSLOT race conditions (#10381)Viktor Söderqvist2022-03-163-43/+124
* Fix module redact test for valgrind (#10432)Binbin2022-03-161-4/+4
* Add new cluster shards command (#10293)Harkrishn Patro2022-03-158-58/+420
* Add module API for redacting command arguments (#10425)Madelyn Olson2022-03-155-1/+56
* Sentinel: update command json files (#10374)Wen Hui2022-03-1517-17/+331
* make sort/ro commands validate external keys access patterns (#10106) (#10340)ranshid2022-03-154-3/+113
* Optimization: remove `updateClientMemUsage` from i/o threads. (#10401)yoav-steinberg2022-03-153-41/+36
* Sentinel: fix reconnect test timing issue (#10424)Binbin2022-03-141-6/+8
* improve string2ll() to avoid extra conversion for long integer string. (#10408)DarrenJiang132022-03-143-3/+5
* Cleanup: replicationFeedMonitors use the monitor list arg it got (#10417)郭伟光2022-03-131-1/+2
* Sentinel: fix no reconnect after auth-pass is changed (#10400)Moti Cohen2022-03-133-8/+187
* Remove redundancy GETNAME in client help command message (#10418)Wen Hui2022-03-131-2/+0
* Initialize help when using redis-cli help or redis-cli ? (#10382)Binbin2022-03-101-12/+37