Merge pull request #24 from javiereguiluz/snc_redis_bundle

This commit is contained in:
Symfony
2017-05-22 22:34:47 -07:00
committed by GitHub
2 changed files with 18 additions and 0 deletions
@@ -0,0 +1,6 @@
snc_redis:
clients:
default:
type: predis
alias: default
dsn: "%env(REDIS_URL)%"
+12
View File
@@ -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"
}
}