mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-11 15:16:55 +03:00
Merge pull request #24 from javiereguiluz/snc_redis_bundle
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
snc_redis:
|
||||
clients:
|
||||
default:
|
||||
type: predis
|
||||
alias: default
|
||||
dsn: "%env(REDIS_URL)%"
|
||||
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"bundles": {
|
||||
"Snc\\RedisBundle\\SncRedisBundle": ["all"]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"etc/": "%ETC_DIR%/"
|
||||
},
|
||||
"env": {
|
||||
"#1": "passwords that contain special characters (@, %, :, +) must be urlencoded",
|
||||
"REDIS_URL": "redis://localhost"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user