This document describes the current stable version of Celery (5.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 = 'default'
property connection
delete(key)[source]
get(key)[source]
host = 'localhost'
key_t

alias of builtins.str

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