Correct config key in docs (#3955)

This commit is contained in:
Felix Schäfer
2024-03-05 12:17:17 +01:00
committed by GitHub
parent 2d8793c355
commit eb501dd1ea
+1 -1
View File
@@ -345,7 +345,7 @@ to speed up various operations::
The location of redis, as a URL of the form ``redis://[:password]@localhost:6379/0`` The location of redis, as a URL of the form ``redis://[:password]@localhost:6379/0``
or ``unix://[:password]@/path/to/socket.sock?db=0`` or ``unix://[:password]@/path/to/socket.sock?db=0``
``session`` ``sessions``
When this is set to ``True``, redis will be used as the session storage. When this is set to ``True``, redis will be used as the session storage.
``sentinels`` ``sentinels``