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 2b9fb32 commit fc7e155Copy full SHA for fc7e155
components/cache/adapters/redis_adapter.rst
@@ -141,8 +141,8 @@ Available Options
141
loses connection with the server.
142
143
``tcp_keepalive`` (type: ``int``, default: ``0``)
144
- Specifies the TCP-keepalive timeout (in seconds) of the connection. This requires
145
- phpredis v4 or higher and a TCP-keepalive enabled server.
+ Specifies the `TCP-keepalive`_ timeout (in seconds) of the connection. This
+ requires phpredis v4 or higher and a TCP-keepalive enabled server.
146
147
``timeout`` (type: ``int``, default: ``30``)
148
Specifies the time (in seconds) used to connect to a Redis server before the
0 commit comments