(add _ k v)Add k->v pair to transaction
Add k->v pair to transaction
(add-batch _ m)Add multiple k->v pairs to transaction
Add multiple k->v pairs to transaction
(commit _)Commit transaction (push prepared data to the store)
Commit transaction (push prepared data to the store)
(del _ k)Delete k->v pair from transaction
Delete k->v pair from transaction
(rollback _)Drop yet not stored data from the internal state (reset)
Drop yet not stored data from the internal state (reset)
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 |