(delete store k)
Return a new store, without the given key.
Return a new store, without the given key.
(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-batch store m)
Return a new store, with additional mappings.
Return a new store, with additional mappings.
(list-keys store)
Returns a seq of keys existing in the store
Returns a seq of keys existing in the store
(retrieve store k)
Return the value associated with the given key.
Return the value associated with the given key.
(stream store)
Returns sequence on KV pair
Returns sequence on KV pair
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close