summaryrefslogtreecommitdiff
path: root/redis/cluster.py
diff options
context:
space:
mode:
authordogukanteber <47397379+dogukanteber@users.noreply.github.com>2022-03-02 13:27:12 +0300
committerGitHub <noreply@github.com>2022-03-02 12:27:12 +0200
commitc5d19b8571d2b15a29637f56a51b0da560072945 (patch)
treecd61e1a20bf0779c3aadbee77c8b2b1ab0c79d94 /redis/cluster.py
parenta77df17cf3c36444540f6bce793720e1ee06f1c7 (diff)
downloadredis-py-c5d19b8571d2b15a29637f56a51b0da560072945.tar.gz
Add support for AUTH (#1929)
* Add support for AUTH * Fix linter error * test fix * fix test in cluster Co-authored-by: Chayim <chayim@users.noreply.github.com> Co-authored-by: Chayim I. Kirshen <c@kirshen.com> Co-authored-by: dvora-h <dvora.heller@redis.com>
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 3b30a6e..4491e29 100644
--- a/redis/cluster.py
+++ b/redis/cluster.py
@@ -228,6 +228,7 @@ class RedisCluster(RedisClusterCommands):
"ACL SETUSER",
"ACL USERS",
"ACL WHOAMI",
+ "AUTH",
"CLIENT LIST",
"CLIENT SETNAME",
"CLIENT GETNAME",