Skip to content

Commit a2faafb

Browse files
committed
Symbol to bool in docs fixes #839
1 parent 91b0a3f commit a2faafb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ This library supports natively terminating client side SSL/TLS connections
322322
when talking to Redis via a server-side proxy such as [stunnel], [hitch],
323323
or [ghostunnel].
324324

325-
To enable SSL support, pass the `:ssl => :true` option when configuring the
325+
To enable SSL support, pass the `:ssl => true` option when configuring the
326326
Redis client, or pass in `:url => "rediss://..."` (like HTTPS for Redis).
327327
You will also need to pass in an `:ssl_params => { ... }` hash used to
328328
configure the `OpenSSL::SSL::SSLContext` object used for the connection:

0 commit comments

Comments
 (0)