Skip to content

Commit e16bc4e

Browse files
committed
[#14728] Be explicit about the double 's'
1 parent 5e69cc3 commit e16bc4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/cache/adapters/redis_adapter.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ helper method allows creating and configuring the Redis client class instance us
6363

6464
The DSN can specify either an IP/host (and an optional port) or a socket path, as well as a
6565
password and a database index. To enable TLS for connections, the scheme ``redis`` must be
66-
replaced by ``rediss``.
66+
replaced by ``rediss`` (the second ``s`` means "secure").
6767

6868
.. note::
6969

0 commit comments

Comments
 (0)