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

celery.backends.couchdb

CouchDB result store backend.

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

CouchDB backend.

Raises:celery.exceptions.ImproperlyConfigured – if module pycouchdb is not available.
connection
container = u'default'
delete(key)[source]
get(key)[source]
host = u'localhost'
mget(keys)[source]
password = None
port = 5984
scheme = u'http'
set(key, value)[source]
username = None