소스 검색

Mention Redis pub/sub and virtual hosts.

Ask Solem 12 년 전
부모
커밋
919d140fe2
1개의 변경된 파일6개의 추가작업 그리고 0개의 파일을 삭제
  1. 6 0
      docs/getting-started/brokers/redis.rst

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

@@ -97,3 +97,9 @@ Caveats
 
     The value must be an int describing the number of seconds.
 
+
+- Monitoring events (as used by flower and other tools) are global
+  and is not affected by the virtual host setting.
+
+    This is caused by a limitation in Redis.  The Redis PUB/SUB channels
+    are global and not affected by the database number.