Details
-
Bug
-
Resolution: Fixed
-
Major
-
None
-
None
-
None
-
1
-
SDK7: Devguide Antorized, Docs
Description
As seen in: https://github.com/couchbase/couchbase-python-client/blob/master/couchbase/collection.py#L271
project=None, # type: Iterable[str]
|
expiry=None, # type: timedelta
|
quiet=None, # type: bool
|
replica=False, # type: bool
|
no_format=False # type: bool
|
project looks good. Replica should not be there. What is no_fomat doing?
Also note that expiry should be called withExpiry according to RFC