Liking cljdoc? Tell your friends :D

konserve-rocksdb.core


delete-storeclj

(delete-store path)

Removes store from disk.

Removes store from disk.
raw docstring

new-rocksdb-storeclj

(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 {}}})

releaseclj

(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.
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close