summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #10532 from oranagra/7.0-rc37.0-rc3Oran Agra2022-04-05171-1704/+5495
|\
| * 7.0-RC3Oran Agra2022-04-052-3/+88
| * Merge remote-tracking branch 'origin/unstable' into 7.0Oran Agra2022-04-05169-1701/+5407
| |\ |/ /
| * update static help.h from redis.io commands.json (#10529)Oran Agra2022-04-051-2/+12
| * Update json command files so they only include syntax related information (#1...Madelyn Olson2022-04-0510-55/+16
| * Functions: Move library meta data to be part of the library payload. (#10500)Meir Shpilraien (Spielrein)2022-04-0517-296/+425
| * Cluster node name sanity check (#10391)bugwz2022-04-043-31/+57
| * delete obsolete REDISMODULE_EXPERIMENTAL_API define in module demos (#10527)judeng2022-04-057-7/+0
| * Remove outdated utils/hashtable/rehashing.c (#10526)Binbin2022-04-042-156/+0
| * Fix null pointer subtraction warning (#10498)chenyang80942022-04-041-2/+2
| * Fix mistake / outdated doc comment (#10521)Bofang Liu2022-04-041-1/+1
| * Fix #10508, on error, pop function and error handler from Lua stack. (#10519)Meir Shpilraien (Spielrein)2022-04-042-0/+14
| * fix typos in aof.c (#10513)judeng2022-04-041-10/+10
| * Fix sentinel ACL test. Timing issue. (#10510)Moti Cohen2022-04-031-4/+11
| * 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