Details
-
Bug
-
Resolution: Fixed
-
Major
-
3.0.0-alpha.5
-
None
-
1
-
SDK1: GA and Priority List
Description
- I really cannot tell for sure, but it appears that GetOptions takes a replica boolean field for the Get command: https://github.com/couchbase/couchbase-python-client/blob/master/couchbase/tests_v3/cases/scenarios_t.py#L143
- There is a GetFromReplica method which is the older API, but no GetAnyReplicas or GetAllReplicas methods which are defined in the new 3.0 API.