summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xredis/client.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/redis/client.py b/redis/client.py
index 3ae133c..ae4fae2 100755
--- a/redis/client.py
+++ b/redis/client.py
@@ -950,6 +950,7 @@ class Redis(RedisModuleCommands, CoreCommands, SentinelCommands):
"ssl_ca_certs": ssl_ca_certs,
"ssl_check_hostname": ssl_check_hostname,
"ssl_password": ssl_password,
+ "ssl_ca_path": ssl_ca_path,
}
)
connection_pool = ConnectionPool(**kwargs)