summaryrefslogtreecommitdiff
path: root/spec/fixtures/config/redis_cache_old_format_host.yml
blob: 3609dcd022e57fdc57f7bfe472f8d5645dd63c26 (plain)
1
2
3
4
5
# redis://[:password@]host[:port][/db-number][?option=value]
# more details: http://www.iana.org/assignments/uri-schemes/prov/redis
development: redis://:mypassword@localhost:6380/10
test: redis://:mypassword@localhost:6380/10
production: redis://:mypassword@localhost:6380/10