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

celery.backends.couchbase

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 = 'default'
conncache = None
connection
delete(key)[source]
get(key)[source]
host = 'localhost'
mget(keys)[source]
password = None
port = 8091
quiet = False
set(key, value)[source]
timeout = 2.5
transcoder = None
unlock_gil = True
username = None