Module kv_operations

Source
Expand description

The key value operations that can be performed on the key value store.

Structsยง

MessageDel
Delete a key.
MessageDelc
Delete a key if the value of that key is the same as the one provided.
MessageDelr
Delete a key and return the value.
MessageExists
Check if a key exists.
MessageGet
Get the value of a key.
MessageKeys
Get all keys within a range with a limit.
MessagePut
Put a key value pair.
MessagePutc
Put a key value pair if the value of that key is the same as the one provided.
MessageScan
Get all keys and values within a range with a limit.
MessageSet
Set the value of a key.
ResponseGet
The response to the Get operation.
ResponseKeys
The response to the Keys operation.
ResponseScan
The response to the Scan operation.