Browse Source

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

Ask Solem 11 years ago
parent
commit
4342845d81
1 changed files with 9 additions and 0 deletions
  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
     This is caused by a limitation in Redis.  The Redis PUB/SUB channels
     are global and not affected by the database number.
     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.