RocksDBKeyValueStore(dbPath: Path, options: Options = Options().setCreateIfMissing(true).setWriteBufferSize(268435456).setMaxOpenFiles(-1), dispatcher: CoroutineDispatcher = Dispatchers.IO)
Open a RocksDB-backed key-value store.
Constructor
Open a RocksDB-backed key-value store.