We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91b0a3f commit a2faafbCopy full SHA for a2faafb
README.md
@@ -322,7 +322,7 @@ This library supports natively terminating client side SSL/TLS connections
322
when talking to Redis via a server-side proxy such as [stunnel], [hitch],
323
or [ghostunnel].
324
325
-To enable SSL support, pass the `:ssl => :true` option when configuring the
+To enable SSL support, pass the `:ssl => true` option when configuring the
326
Redis client, or pass in `:url => "rediss://..."` (like HTTPS for Redis).
327
You will also need to pass in an `:ssl_params => { ... }` hash used to
328
configure the `OpenSSL::SSL::SSLContext` object used for the connection:
0 commit comments