67a61c80d1
Allow connection to Redis via unix socket, using unix:/var/run/redis/redis.sock for example. Default behaviour does not change, except that the full Redis URL must be configured, with redis:// for tcp or unix: for unix socket.
4 lines
108 B
Plaintext
4 lines
108 B
Plaintext
development: redis://localhost:6379
|
|
test: redis://localhost:6379
|
|
production: redis://redis.example.com:6379
|