Files
symfony-flex-recipes-contrib/snc/redis-bundle/2.0/config/packages/snc_redis.yaml
T
Niels KeurentjesandGitHub 6b16006c52 Fix RedisBundle recipe to always work out of the box
The recipe should not be opinionated about using phpredis or predis as the bundle supports both.

Fixes #335
2018-04-06 10:13:39 +02:00

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)%"