Skip to content

Commit ba679eb

Browse files
committed
Fix passing redis SSL config to connection pool
1 parent fb0ede6 commit ba679eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

engine/settings/base.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ class DatabaseTypes:
257257
"DB": REDIS_DATABASE,
258258
"PARSER_CLASS": "redis.connection._HiredisParser",
259259
"CONNECTION_POOL_CLASS": "redis.BlockingConnectionPool",
260-
"CONNECTION_POOL_CLASS_KWARGS": REDIS_SSL_CONFIG
260+
"CONNECTION_POOL_KWARGS": REDIS_SSL_CONFIG
261261
| {
262262
"max_connections": 50,
263263
"timeout": 20,

0 commit comments

Comments
 (0)