Jelajahi Sumber

Removes deprecated setting REDIS_CONNECT_RETRY from configuration docs.

Closes #385
Jannis Leidel 14 tahun lalu
induk
melakukan
d9b3ac610c
3 mengubah file dengan 2 tambahan dan 2 penghapusan
  1. 1 0
      AUTHORS
  2. 0 1
      docs/configuration.rst
  3. 1 1
      docs/tutorials/otherqueues.rst

+ 1 - 0
AUTHORS

@@ -69,3 +69,4 @@ Ordered by date of first contribution:
   Marcin Kuźmiński <marcin@python-works.com>
   Adriano Petrich <petrich@gmail.com>
   David Strauss <david@davidstrauss.net>
+  Jannis Leidel <jannis@leidel.info>

+ 0 - 1
docs/configuration.rst

@@ -386,7 +386,6 @@ Example configuration
     REDIS_HOST = "localhost"
     REDIS_PORT = 6379
     REDIS_DB = 0
-    REDIS_CONNECT_RETRY = True
 
 .. _conf-mongodb-result-backend:
 

+ 1 - 1
docs/tutorials/otherqueues.rst

@@ -37,7 +37,7 @@ Results
 You probably also want to store results in Redis::
 
     CELERY_RESULT_BACKEND = "redis"
-    REDIS_HOST = 6379
+    REDIS_HOST = "localhost"
     REDIS_PORT = 6379
     REDIS_DB = 0