NeoMutt  2024-03-23-147-g885fbc
Teaching an old dog new tricks
DOXYGEN
Loading...
Searching...
No Matches
RocksDB

Use the RocksDB - A persistent key-value store for fast storage environments https://rocksdb.org/.

Functions

Function Description Links
rocksdb_sdata_free() Free RocksDb Store Data
rocksdb_sdata_new() Create new RocksDb Store Data
store_rocksdb_close() Close a Store connection StoreOps::close(), store_close
store_rocksdb_delete_record() Delete a record from the Store StoreOps::delete_record(), store_delete_record
store_rocksdb_fetch() Fetch a Value from the Store StoreOps::fetch(), store_fetch
store_rocksdb_free() Free a Value returned by fetch() StoreOps::free(), store_free
store_rocksdb_open() Open a connection to a Store StoreOps::open(), store_open
store_rocksdb_store() Write a Value to the Store StoreOps::store(), store_store
store_rocksdb_version() Get a Store version string StoreOps::version(), store_version