Skip to content

Commit 16b4dd3

Browse files
committed
Fixed configuration inconsistency (REDIS_DB vs REDIS_DATABASE)
1 parent f337aa1 commit 16b4dd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/configuration.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ Example configuration
259259
CELERY_RESULT_BACKEND = "redis"
260260
REDIS_HOST = "localhost"
261261
REDIS_PORT = 6379
262-
REDIS_DATABASE = "celery_results"
262+
REDIS_DB = "celery_results"
263263
REDIS_CONNECT_RETRY=True
264264
265265
MongoDB backend settings

0 commit comments

Comments
 (0)