summaryrefslogtreecommitdiff
path: root/redis/cluster.py
diff options
context:
space:
mode:
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",