(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 a Closeable sequence of KV pairs. Caller should close when done.
Returns a Closeable sequence of KV pairs. Caller should close when done.
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |