couchbase-ruby-client
couchbase-ruby-client copied to clipboard
RCBC-528: Use C++ Core API for all KV operations
Motivation
Some KV operations are using the Public API. We should migrate all of them to the Core API. This is necessary for the observability work.
Changes
Rewrite backend functions that use the Public API to use the Core API instead. This includes all KV mutations.