From 154efb591decdf218b0647eac3bc4706ea088ccc Mon Sep 17 00:00:00 2001 From: Javier Eguiluz Date: Fri, 5 Apr 2024 17:08:55 +0200 Subject: [PATCH] Update session.rst using Redis as class is in error, the class needs to be specified as \Redis as that is the correct namespace. --- session.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/session.rst b/session.rst index 3298e425965..549bf63d912 100644 --- a/session.rst +++ b/session.rst @@ -541,7 +541,7 @@ a Symfony service for the connection to the Redis server: Redis: # you can also use \RedisArray, \RedisCluster or \Predis\Client classes - class: Redis + class: \Redis calls: - connect: - '%env(REDIS_HOST)%'