فهرست منبع

Documented how to use Celery with Redis or an SQL database as the message queue.

Ask Solem 15 سال پیش
والد
کامیت
f76fa532c3
1فایلهای تغییر یافته به همراه4 افزوده شده و 0 حذف شده
  1. 4 0
      docs/tutorials/otherqueues.rst

+ 4 - 0
docs/tutorials/otherqueues.rst

@@ -36,6 +36,10 @@ Configuration
 Configuration is easy, set the carrot backend, and configure the location of
 your Redis database::
 
+Configuration
+-------------
+
+::
     CARROT_BACKEND = "ghettoq.toproot.Redis"
 
     AMQP_HOST = "localhost"  # Maps to redis host.