Liking cljdoc? Tell your friends :D
Clojure only.

leveldb-clj.kv


KeyValueStorecljprotocol

deleteclj

(delete store k)

Return a new store, without the given key.

Return a new store, without the given key.

insertclj

(insert store k v)

Return a new store, with an additional k -> v mapping.

Return a new store, with an additional `k` -> `v` mapping.

insert-batchclj

(insert-batch store m)

Return a new store, with additional mappings.

Return a new store, with additional mappings.

list-keysclj

(list-keys store)

Returns a seq of keys existing in the store

Returns a seq of keys existing in the store

retrieveclj

(retrieve store k)

Return the value associated with the given key.

Return the value associated with the given key.

streamclj

(stream store)

Returns sequence on KV pair

Returns sequence on KV pair
source

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

× close