mirror of https://github.com/celery/kombu.git
Update connections.rst with Redis sentinel example
Add redis sentinel example for in connections.rst for kombu.
This commit is contained in:
parent
6cb9d6639e
commit
716ad7e1f7
|
@ -88,6 +88,9 @@ All of these are valid URLs:
|
|||
|
||||
# Using Redis over a Unix socket
|
||||
redis+socket:///tmp/redis.sock
|
||||
|
||||
# Using Redis sentinel
|
||||
sentinel://sentinel1:26379;sentinel://sentinel2:26379
|
||||
|
||||
# Using Qpid
|
||||
qpid://localhost/
|
||||
|
|
Loading…
Reference in New Issue