Skip to content

Commit b7ec0a4

Browse files
authored
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 c7041f8 commit b7ec0a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

session.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -533,7 +533,7 @@ a Symfony service for the connection to the Redis server:
533533
534534
Redis:
535535
# you can also use \RedisArray, \RedisCluster, \Relay\Relay or \Predis\Client classes
536-
class: Redis
536+
class: \Redis
537537
calls:
538538
- connect:
539539
- '%env(REDIS_HOST)%'

0 commit comments

Comments
 (0)