소스 검색

Mention redis key eviction (Issue celery/kombu/#236)

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

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

@@ -103,3 +103,12 @@ Caveats
 
     This is caused by a limitation in Redis.  The Redis PUB/SUB channels
     are global and not affected by the database number.
+
+- Redis may evict keys from the database in some situations
+
+    If you experience an error like::
+
+        InconsistencyError, Probably the key ('_kombu.binding.celery') has been
+        removed from the Redis database.
+
+    you may want to configure the redis-server to not evict keys.