Skip to content

Commit 5b20138

Browse files
authored
Merge pull request symfony#24 from javiereguiluz/snc_redis_bundle
2 parents 6cad7e4 + 0f042f8 commit 5b20138

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
snc_redis:
2+
clients:
3+
default:
4+
type: predis
5+
alias: default
6+
dsn: "%env(REDIS_URL)%"

snc/redis-bundle/2.0/manifest.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"bundles": {
3+
"Snc\\RedisBundle\\SncRedisBundle": ["all"]
4+
},
5+
"copy-from-recipe": {
6+
"etc/": "%ETC_DIR%/"
7+
},
8+
"env": {
9+
"#1": "passwords that contain special characters (@, %, :, +) must be urlencoded",
10+
"REDIS_URL": "redis://localhost"
11+
}
12+
}

0 commit comments

Comments
 (0)