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 6023667 commit 6ebc21eCopy full SHA for 6ebc21e
session/database.rst
@@ -18,15 +18,15 @@ This section assumes that you have a fully-working Redis server and have also
18
installed and configured the `phpredis extension`_.
19
20
Via the redis extension it is possible to configure redis as a session handler
21
-directly on the servers ``php.ini`` file.
+directly in the servers ``php.ini`` file.
22
23
.. code-block:: ini
24
25
; php.ini
26
session.save_handler = redis
27
session.save_path = "tcp://192.168.0.178:6379?auth=REDIS_PASSWORD"
28
29
-Alternative you can configure it in the the Symfony application.
+Alternative you can configure it in the Symfony application.
30
31
First, define a Symfony service for the connection to the Redis server:
32
0 commit comments