Allow connection to Redis via unix socket
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.
This commit is contained in:
parent
7b38a0de98
commit
67a61c80d1
3 changed files with 7 additions and 7 deletions
|
@ -288,7 +288,7 @@ a different host, you can configure its connection string via the
|
|||
`config/resque.yml` file.
|
||||
|
||||
# example
|
||||
production: redis.example.tld:6379
|
||||
production: redis://redis.example.tld:6379
|
||||
|
||||
## Custom SSH Connection
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue