summaryrefslogtreecommitdiff
path: root/redis/cluster.py
diff options
context:
space:
mode:
authordvora-h <67596500+dvora-h@users.noreply.github.com>2022-05-08 15:23:09 +0300
committerGitHub <noreply@github.com>2022-05-08 15:23:09 +0300
commit883fca7199a7ab7adc583b9ee324a9e44d0909eb (patch)
tree4a0fd3d4edd9373829502b6de22cb542f7462478 /redis/cluster.py
parentfaf55b65ffb7294b1a639cc9adb0231b987b0e32 (diff)
downloadredis-py-883fca7199a7ab7adc583b9ee324a9e44d0909eb.tar.gz
Get command keys for subcommands (#2170)
* parse subcommands * fix tests
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 e5baee2..fa1322f 100644
--- a/redis/cluster.py
+++ b/redis/cluster.py
@@ -240,6 +240,7 @@ class AbstractRedisCluster:
[
"ACL CAT",
"ACL DELUSER",
+ "ACL DRYRUN",
"ACL GENPASS",
"ACL GETUSER",
"ACL HELP",