Browse Source

Fixed configuration inconsistency (REDIS_DB vs REDIS_DATABASE)

Honza Kral 15 years ago
parent
commit
16b4dd33ad
1 changed files with 1 additions and 1 deletions
  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