Kaynağa Gözat

Fixed configuration inconsistency (REDIS_DB vs REDIS_DATABASE)

Honza Kral 15 yıl önce
ebeveyn
işleme
16b4dd33ad
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      docs/configuration.rst

+ 1 - 1
docs/configuration.rst

@@ -259,7 +259,7 @@ Example configuration
     CELERY_RESULT_BACKEND = "redis"
     REDIS_HOST = "localhost"
     REDIS_PORT = 6379
-    REDIS_DATABASE = "celery_results"
+    REDIS_DB = "celery_results"
     REDIS_CONNECT_RETRY=True
 
 MongoDB backend settings