Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions abi-versions/vNEXT/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1470,6 +1470,9 @@ gRPC status message can be retrieved using [`proxy_get_status`].
Sets shared data identified by the key (`key_data`, `key_value`)
to the value (`value_data`, `value_size`).

If the `value_data` is `0`, then the key (`key_data`, `key_size`) will be
deleted from the shared key-value store (`kvstore_id`).

If the compare-and-swap value (`cas`) is set to a non-zero value,
then it must match the host's compare-and-swap value in order for
the update to succeed.
Expand Down