This document describes the current stable version of Celery (4.0). For development docs, go here.

celery.backends.couchbase

Couchbase result store backend.

class celery.backends.couchbase.CouchbaseBackend(url=None, *args, **kwargs)[source]

Couchbase backend.

Raises:celery.exceptions.ImproperlyConfigured – if module couchbase is not available.
bucket = u'default'
connection
delete(key)[source]
get(key)[source]
host = u'localhost'
key_t

alias of unicode

mget(keys)[source]
password = None
port = 8091
quiet = False
set(key, value)[source]
timeout = 2.5
username = None