From 063e0c19b88fad1b476ef2d5f0af2cd1b27af21f Mon Sep 17 00:00:00 2001 From: Roel ter Maat Date: Wed, 1 Mar 2023 12:33:12 +0100 Subject: [PATCH] Update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a749ef0..b58c3d0 100644 --- a/README.md +++ b/README.md @@ -154,7 +154,7 @@ The arguments are: - hosts (for sharded): list of ``host:port`` pairs. [default: None] - paths (for sharded): list of ``pathnames``. [default: None] - password: password for the redis server. [default: None] -- use_ssl: boolean indicating wether to use SSL/TLS. [default: False] +- ssl_context_factory: Either a boolean indicating wether to use SSL/TLS or a specific `ClientContextFactory`. [default: False] ### Connection Handlers ###