浏览代码

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.