Skip to content

Commit fa18371

Browse files
committed
Merge pull request celery#2388 from jokey2k/patch-2
Update redis examples
2 parents 5ba2e75 + 7265a6d commit fa18371

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/getting-started/brokers/redis.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@ Where the URL is in the format of::
3434
all fields after the scheme are optional, and will default to localhost on port 6379,
3535
using database 0.
3636

37+
If a unix socket connection should be used, the URL needs to be in the format::
38+
39+
redis+socket:///path/to/redis.sock
40+
3741
.. _redis-visibility_timeout:
3842

3943
Visibility Timeout

0 commit comments

Comments
 (0)