Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RSCBC-16: Implement basic KV ops in core #184

Merged
merged 1 commit into from
Sep 18, 2024

Conversation

Matt-Woz
Copy link

Changes:
Implemented:

  • delete
  • get_and_lock
  • get_and_touch
  • unlock
  • touch
  • add
  • replace
  • append
  • prepend
  • increment
  • decrement

sdk/couchbase-core/src/memdx/error.rs Show resolved Hide resolved
sdk/couchbase-core/src/memdx/response.rs Show resolved Hide resolved
@Matt-Woz Matt-Woz merged commit e16fb61 into couchbaselabs:nativex Sep 18, 2024
9 checks passed
@Matt-Woz Matt-Woz deleted the RSCBC-16_basic_kv_ops branch September 18, 2024 09:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants