mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-15 00:56:29 +03:00
Merge pull request #339
This commit is contained in:
@@ -1,6 +1,12 @@
|
||||
snc_redis:
|
||||
clients:
|
||||
default:
|
||||
type: predis
|
||||
alias: default
|
||||
dsn: "%env(REDIS_URL)%"
|
||||
|
||||
# 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)%"
|
||||
|
||||
Reference in New Issue
Block a user