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¶
-
host= 'localhost'¶
-
key_t¶ alias of
builtins.str
-
password= None¶
-
port= 8091¶
-
quiet= False¶
-
supports_autoexpire= True¶
-
timeout= 2.5¶
-
username= None¶