Skip to content

Commit 998b0e6

Browse files
committed
minor #8572 Introduced RedisSessionHandler as a Redis session storage (dkarlovi)
This PR was merged into the master branch. Discussion ---------- Introduced RedisSessionHandler as a Redis session storage Note about RedisSessionHandler. Commits ------- 643b9ad Introduced RedisSessionHandler as a Redis session storage
2 parents 8dde570 + 643b9ad commit 998b0e6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

components/http_foundation/session_configuration.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ easily serve as examples if you wish to write your own.
7373

7474
* :class:`Symfony\\Component\\HttpFoundation\\Session\\Storage\\Handler\\PdoSessionHandler`
7575
* :class:`Symfony\\Component\\HttpFoundation\\Session\\Storage\\Handler\\MemcachedSessionHandler`
76+
* :class:`Symfony\\Component\\HttpFoundation\\Session\\Storage\\Handler\\RedisSessionHandler`
7677
* :class:`Symfony\\Component\\HttpFoundation\\Session\\Storage\\Handler\\MongoDbSessionHandler`
7778
* :class:`Symfony\\Component\\HttpFoundation\\Session\\Storage\\Handler\\NullSessionHandler`
7879

0 commit comments

Comments
 (0)