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 8fc08ad commit dd312a7Copy full SHA for dd312a7
session/database.rst
@@ -92,7 +92,7 @@ and ``RedisProxy``:
92
# you can optionally pass an array of options. The only options are 'prefix' and 'ttl',
93
# which define the prefix to use for the keys to avoid collision on the Redis server
94
# and the expiration time for any given entry (in seconds), defaults are 'sf_s' and null:
95
- # - { 'prefix' => 'my_prefix', 'ttl' => 600 }
+ # - { 'prefix': 'my_prefix', 'ttl': 600 }
96
97
.. code-block:: xml
98
0 commit comments