Преглед на файлове

Mention solution for key redis key eviction

Ask Solem преди 12 години
родител
ревизия
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.