Skip to content

Commit 154efb5

Browse files
committed
Update session.rst
using Redis as class is in error, the class needs to be specified as \Redis as that is the correct namespace.
1 parent 669b180 commit 154efb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

session.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -541,7 +541,7 @@ a Symfony service for the connection to the Redis server:
541541
542542
Redis:
543543
# you can also use \RedisArray, \RedisCluster or \Predis\Client classes
544-
class: Redis
544+
class: \Redis
545545
calls:
546546
- connect:
547547
- '%env(REDIS_HOST)%'

0 commit comments

Comments
 (0)