你正在阅读 Celery 3.1 的文档。开发版本文档见: 此处.

celery.backends.cache

celery.backends.cache

Memcache and in-memory cache result backend.

class celery.backends.cache.CacheBackend(app, expires=None, backend=None, options={}, url=None, **kwargs)[源代码]
client None[源代码]
delete(key)[源代码]
get(key)[源代码]
implements_incr = True
incr(key)[源代码]
mget(keys)[源代码]
servers = None
set(key, value)[源代码]
supports_autoexpire = True
supports_native_join = True

上一个主题

celery.backends.database

下一个主题

celery.backends.amqp

本页