Liking cljdoc? Tell your friends :D

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 k)

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 builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close