Redis based konserve backend.
Redis based konserve backend.
(mdelete client keys)Delete multiple keys in a single DEL call. Returns the number of keys deleted.
Delete multiple keys in a single DEL call. Returns the number of keys deleted.
(mget-objects client keys)Fetch multiple keys in a single MGET call. Returns values in the same order as the input keys. Missing keys return nil in their position.
Fetch multiple keys in a single MGET call. Returns values in the same order as the input keys. Missing keys return nil in their position.
(release store env)Must be called after work on database has finished in order to close connection
Must be called after work on database has finished in order to close connection
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 |