(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 is a website building & hosting documentation for Clojure/Script libraries
× close