otherqueues.rst 510 B

1234567891011121314151617181920212223242526
  1. .. _tut-otherqueues:
  2. ==========================================================
  3. Using Celery with Redis/Database as the messaging queue.
  4. ==========================================================
  5. .. _otherqueues-redis:
  6. Redis
  7. =====
  8. This section has been moved to :ref:`broker-redis`.
  9. .. _otherqueues-sqlalchemy:
  10. SQLAlchemy
  11. ==========
  12. This section has been moved to :ref:`broker-sqlalchemy`.
  13. .. _otherqueues-django:
  14. Django Database
  15. ===============
  16. This section has been moved to :ref:`broker-django`.