summaryrefslogtreecommitdiff
path: root/redis/cluster.py
diff options
context:
space:
mode:
authordvora-h <67596500+dvora-h@users.noreply.github.com>2022-05-31 15:47:24 +0300
committerGitHub <noreply@github.com>2022-05-31 15:47:24 +0300
commit04bc576679e9fedb24a0548521d80fe81c91e2ec (patch)
tree6f1aec5c276393ac1917e372ac39858e9a48b3d5 /redis/cluster.py
parent4a73d85c78ce0ca36e5100b7ee0047b773cec23f (diff)
downloadredis-py-04bc576679e9fedb24a0548521d80fe81c91e2ec.tar.gz
Fix tests for Redis 7 (#2182)
* fix tests * async
Diffstat (limited to 'redis/cluster.py')
-rw-r--r--redis/cluster.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/redis/cluster.py b/redis/cluster.py
index 2e31063..a88792b 100644
--- a/redis/cluster.py
+++ b/redis/cluster.py
@@ -303,6 +303,7 @@ class AbstractRedisCluster:
"CLUSTER KEYSLOT",
"COMMAND",
"COMMAND COUNT",
+ "COMMAND LIST",
"COMMAND GETKEYS",
"CONFIG GET",
"DEBUG",