ef6043880e
Make sure :url is not present on RedisConfig.params after parsing
6 lines
127 B
YAML
6 lines
127 B
YAML
development:
|
|
url: unix:/path/to/redis.sock
|
|
test:
|
|
url: unix:/path/to/redis.sock
|
|
production:
|
|
url: unix:/path/to/redis.sock
|