This document describes the current stable version of Celery (5.4). 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 https://pypi.org/project/pycouchdb/ is not available.

property connection
container = 'default'
delete(key)[source]
get(key)[source]
host = 'localhost'
mget(keys)[source]
password = None
port = 5984
scheme = 'http'
set(key, value)[source]
username = None