The Key Value Store API. More...
Modules | |
open() | |
Open a connection to a Store. | |
fetch() | |
Fetch a Value from the Store. | |
free() | |
Free a Value returned by fetch() | |
store() | |
Write a Value to the Store. | |
delete_record() | |
Delete a record from the Store. | |
close() | |
Close a Store connection. | |
version() | |
Get a Store version string. | |
The Key Value Store API.