(new-rocksdb-store path
&
{:keys [rocksdb-opts serializer read-handlers write-handlers]
:or {serializer (ser/fressian-serializer)
read-handlers (atom {})
write-handlers (atom {})
rocksdb-opts {}}})
(release store)
Close the underlying RocksDB store. This cleanup is necessary as only one instance of RocksDB is allowed to work on a store at a time.
Close the underlying RocksDB store. This cleanup is necessary as only one instance of RocksDB is allowed to work on a store at a time.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close