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 ###