Expand description
The key value operations that can be performed on the key value store.
Structsยง
- Delete a key.
- Delete a key if the value of that key is the same as the one provided.
- Delete a key and return the value.
- Check if a key exists.
- Get the value of a key.
- Get all keys within a range with a limit.
- Put a key value pair.
- Put a key value pair if the value of that key is the same as the one provided.
- Get all keys and values within a range with a limit.
- Set the value of a key.
- The response to the
Get
operation. - The response to the
Keys
operation. - The response to the
Scan
operation.