Skip to content

Commit 6ebc21e

Browse files
Update database.rst
1 parent 6023667 commit 6ebc21e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

session/database.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,15 @@ This section assumes that you have a fully-working Redis server and have also
1818
installed and configured the `phpredis extension`_.
1919

2020
Via the redis extension it is possible to configure redis as a session handler
21-
directly on the servers ``php.ini`` file.
21+
directly in the servers ``php.ini`` file.
2222

2323
.. code-block:: ini
2424
2525
; php.ini
2626
session.save_handler = redis
2727
session.save_path = "tcp://192.168.0.178:6379?auth=REDIS_PASSWORD"
2828
29-
Alternative you can configure it in the the Symfony application.
29+
Alternative you can configure it in the Symfony application.
3030

3131
First, define a Symfony service for the connection to the Redis server:
3232

0 commit comments

Comments
 (0)