summaryrefslogtreecommitdiff
path: root/spec/fixtures/config/redis_old_format_host.yml
blob: 253d0a994f5e6f12e515876051d4388e5d300917 (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:6379/99
test: redis://:mypassword@localhost:6379/99
production: redis://:mypassword@localhost:6379/99