summaryrefslogtreecommitdiff
path: root/redis/cluster.py
diff options
context:
space:
mode:
authorDongkeun Lee <3315213+zakaf@users.noreply.github.com>2023-03-16 22:05:28 +0900
committerGitHub <noreply@github.com>2023-03-16 15:05:28 +0200
commitd63313bf6080acaf18d61e072c78303adc0d4166 (patch)
treef5b5b61bbeda880a637f659c76eae29fd2a08e9b /redis/cluster.py
parentc61eeb2e3b5dff1f01eb1e665f424c7e75354f56 (diff)
downloadredis-py-d63313bf6080acaf18d61e072c78303adc0d4166.tar.gz
add queue_class to REDIS_ALLOWED_KEYS (#2577)
* add queue_class to REDIS_ALLOWED_KEYS * fix lint * fix lint --------- Co-authored-by: zach.lee <zach.lee@sendbird.com> Co-authored-by: dvora-h <67596500+dvora-h@users.noreply.github.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 fbda234..5e6e7da 100644
--- a/redis/cluster.py
+++ b/redis/cluster.py
@@ -135,6 +135,7 @@ REDIS_ALLOWED_KEYS = (
"redis_connect_func",
"password",
"port",
+ "queue_class",
"retry",
"retry_on_timeout",
"socket_connect_timeout",