소스 검색

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.