Jelajahi Sumber

Merge pull request #1187 from baeuml/patch-1

dummy -> memory for CELERY_CACHE_BACKEND
Ask Solem Hoel 12 tahun lalu
induk
melakukan
93bb1ca7bf
1 mengubah file dengan 2 tambahan dan 2 penghapusan
  1. 2 2
      docs/configuration.rst

+ 2 - 2
docs/configuration.rst

@@ -362,9 +362,9 @@ Using multiple memcached servers:
 .. setting:: CELERY_CACHE_BACKEND_OPTIONS
 
 
-The "dummy" backend stores the cache in memory only:
+The "memory" backend stores the cache in memory only:
 
-    CELERY_CACHE_BACKEND = "dummy"
+    CELERY_CACHE_BACKEND = "memory"
 
 CELERY_CACHE_BACKEND_OPTIONS
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~