瀏覽代碼

Mention solution for key redis key eviction

Ask Solem 11 年之前
父節點
當前提交
62b89822e4
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      docs/getting-started/brokers/redis.rst

+ 2 - 1
docs/getting-started/brokers/redis.rst

@@ -111,4 +111,5 @@ Caveats
         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.
+    you may want to configure the redis-server to not evict keys by setting
+    the ``timeout`` parameter to 0.