RocksDBKeyValueStore(dbPath: Path, keySerializer: (K) -> Bytes, valueSerializer: (V) -> Bytes, keyDeserializer: (Bytes) -> K, valueDeserializer: (Bytes) -> V, options: Options = Options().setCreateIfMissing(true).setWriteBufferSize(268435456).setMaxOpenFiles(-1), coroutineContext: CoroutineContext = Dispatchers.IO)
Open a RocksDB-backed key-value store.
Constructor
Open a RocksDB-backed key-value store.