Explorar o código

Fixed typo pyredis -> redis, thanks to yashh

Ask Solem %!s(int64=15) %!d(string=hai) anos
pai
achega
e451ce4e53
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      docs/configuration.rst

+ 2 - 2
docs/configuration.rst

@@ -74,7 +74,7 @@ Task result backend settings
     * mongodb
         Use `MongoDB`_ to store the results.
 
-    * pyredis
+    * redis
         Use `Redis`_ to store the results.
 
     * tyrant
@@ -222,7 +222,7 @@ Example configuration
 
 .. code-block:: python
 
-    CELERY_BACKEND = "pyredis"
+    CELERY_BACKEND = "redis"
     REDIS_HOST = "localhost"
     REDIS_PORT = 6739
     REDIS_DATABASE = "celery_results"