浏览代码

Merge pull request #2388 from jokey2k/patch-2

Update redis examples
Ask Solem Hoel 10 年之前
父节点
当前提交
fa183712d9
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4 0
      docs/getting-started/brokers/redis.rst

+ 4 - 0
docs/getting-started/brokers/redis.rst

@@ -34,6 +34,10 @@ Where the URL is in the format of::
 all fields after the scheme are optional, and will default to localhost on port 6379,
 all fields after the scheme are optional, and will default to localhost on port 6379,
 using database 0.
 using database 0.
 
 
+If a unix socket connection should be used, the URL needs to be in the format::
+
+    redis+socket:///path/to/redis.sock
+
 .. _redis-visibility_timeout:
 .. _redis-visibility_timeout:
 
 
 Visibility Timeout
 Visibility Timeout