Tokyo Cabinet backend for the key/value Store. https://dbmx.net/tokyocabinet/
| Function | Description | Links |
|---|---|---|
| store_tokyocabinet_close() | Close a Store connection | StoreOps::close(), store_close |
| store_tokyocabinet_delete_record() | Delete a record from the Store | StoreOps::delete_record(), store_delete_record |
| store_tokyocabinet_fetch() | Fetch a Value from the Store | StoreOps::fetch(), store_fetch |
| store_tokyocabinet_free() | Free a Value returned by fetch() | StoreOps::free(), store_free |
| store_tokyocabinet_open() | Open a connection to a Store | StoreOps::open(), store_open |
| store_tokyocabinet_store() | Write a Value to the Store | StoreOps::store(), store_store |
| store_tokyocabinet_version() | Get a Store version string | StoreOps::version(), store_version |