couchbase-ruby-client icon indicating copy to clipboard operation
couchbase-ruby-client copied to clipboard

RCBC-528: Use C++ Core API for all KV operations

Open DemetrisChr opened this issue 1 month ago • 0 comments

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.

DemetrisChr avatar Dec 03 '25 14:12 DemetrisChr