This document describes the current stable version of Celery (3.1). For development docs, go here.
celery.backends.redis¶
celery.backends.redis¶
Redis result store backend.
-
class
celery.backends.redis.RedisBackend(host=None, port=None, db=None, password=None, expires=None, max_connections=None, url=None, connection_pool=None, new_join=False, **kwargs)[source]¶ Redis task result store.
-
ConnectionPool¶
-
implements_incr= True¶
-
max_connections= None¶ Maximium number of connections in the pool.
-
redis= <module 'redis' from '/usr/lib/python2.7/dist-packages/redis/__init__.pyc'>¶ redis-py client module.
-
supports_autoexpire= True¶
-
supports_native_join= True¶
-