mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-19 19:16:32 +03:00
The recipe should not be opinionated about using phpredis or predis as the bundle supports both. Fixes #335
13 lines
366 B
YAML
13 lines
366 B
YAML
snc_redis:
|
|
clients:
|
|
|
|
# Define your clients here. The example below connects to database 0 of the default Redis server.
|
|
#
|
|
# See https://github.com/snc/SncRedisBundle/blob/master/Resources/doc/index.md for instructions on
|
|
# how to configure the bundle.
|
|
#
|
|
# default:
|
|
# type: predis
|
|
# alias: default
|
|
# dsn: "%env(REDIS_URL)%"
|