Explorar el Código

Fixed typo pyredis -> redis, thanks to yashh

Ask Solem hace 15 años
padre
commit
e451ce4e53
Se han modificado 1 ficheros con 2 adiciones y 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"