-
-
Notifications
You must be signed in to change notification settings - Fork 771
doc: syscall: add K-V syscall doc #3785
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
Conversation
80f0be5
to
9fdd41c
Compare
doc/syscalls/50003_key_value.md
Outdated
|
||
**DELETE**. Delete a key-value pair from the database. | ||
|
||
Use RO allow 0 to set the key and RO allow 1 to set the value. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We don't need RO allow 1
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The interface currently uses it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We set the value?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh my bad.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed.
This seems like an easy merge? |
Pull Request Overview
This pull request adds syscall documentation for the KV interface.
Rendered
Testing Strategy
na
TODO or Help Wanted
n/a
Documentation Updated
/docs
, or no updates are required.Formatting
make prepush
.