Kyoto Cabinet backend for the key/value Store.
https://dbmx.net/kyotocabinet/
Function | Description | Links |
---|---|---|
store_kyotocabinet_close() | Close a Store connection | StoreOps::close(), store_close |
store_kyotocabinet_delete_record() | Delete a record from the Store | StoreOps::delete_record(), store_delete_record |
store_kyotocabinet_fetch() | Fetch a Value from the Store | StoreOps::fetch(), store_fetch |
store_kyotocabinet_free() | Free a Value returned by fetch() | StoreOps::free(), store_free |
store_kyotocabinet_open() | Open a connection to a Store | StoreOps::open(), store_open |
store_kyotocabinet_store() | Write a Value to the Store | StoreOps::store(), store_store |
store_kyotocabinet_version() | Get a Store version string | StoreOps::version(), store_version |