@@ -90,7 +90,7 @@ and ``RedisProxy``:
9090 arguments :
9191 - ' @Redis'
9292 # 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
93+ # 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:
9595 # - { 'prefix' => 'my_prefix', 'ttl' => 600 }
9696
@@ -101,7 +101,7 @@ and ``RedisProxy``:
101101 <service id =" Symfony\Component\HttpFoundation\Session\Storage\Handler\RedisSessionHandler" >
102102 <argument type =" service" id =" Redis" />
103103 <!-- you can optionally pass an array of options. The only options are 'prefix' and 'ttl',
104- which define the prefix to use for the keys to avoid collision on the Redis server
104+ which define the prefix to use for the keys to avoid collision on the Redis server
105105 and the expiration time for any given entry (in seconds), defaults are 'sf_s' and null:
106106 <argument type="collection">
107107 <argument key="prefix">my_prefix</argument>
@@ -119,7 +119,7 @@ and ``RedisProxy``:
119119 ->addArgument(
120120 new Reference('Redis'),
121121 // you can optionally pass an array of options. The only options are 'prefix' and 'ttl',
122- // which define the prefix to use for the keys to avoid collision on the Redis server
122+ // which define the prefix to use for the keys to avoid collision on the Redis server
123123 // and the expiration time for any given entry (in seconds), defaults are 'sf_s' and null:
124124 // ['prefix' => 'my_prefix', 'ttl' => 600],
125125 );
@@ -601,7 +601,7 @@ configure these values with the second argument passed to the
601601 $services->set(MongoDbSessionHandler::class)
602602 ->args([
603603 service('doctrine_mongodb.odm.default_connection'),
604- ['id_field' => '_guid', 'expiry_field' => 'eol'],,
604+ ['id_field' => '_guid', 'expiry_field' => 'eol'],
605605 ])
606606 ;
607607 };
0 commit comments