Browse Source

Fixed typo pyredis -> redis, thanks to yashh

Ask Solem 15 years ago
parent
commit
e451ce4e53
1 changed files with 2 additions and 2 deletions
  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"