Skip to content

Commit e4ddf56

Browse files
romantymoshykjaviereguiluz
authored andcommitted
Fixed array notation for yaml file in session/database.rst
1 parent 59c581d commit e4ddf56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

session/database.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ and ``RedisProxy``:
9292
# you can optionally pass an array of options. The only options are 'prefix' and 'ttl',
9393
# which define the prefix to use for the keys to avoid collision on the Redis server
9494
# and the expiration time for any given entry (in seconds), defaults are 'sf_s' and null:
95-
# - { 'prefix' => 'my_prefix', 'ttl' => 600 }
95+
# - { 'prefix': 'my_prefix', 'ttl': 600 }
9696
9797
.. code-block:: xml
9898

0 commit comments

Comments
 (0)