Liking cljdoc? Tell your friends :D

molecula.core


dosynccljmacro

(dosync conn & exprs)

Runs the exprs (in an implicit do) in a transaction that encompasses exprs and any nested calls. Starts a transaction if none is already running on this thread. Any uncaught exception will abort the transaction and flow out of dosync. The exprs may be run more than once, but any effects on Refs will be atomic.

Runs the exprs (in an implicit do) in a transaction that encompasses
exprs and any nested calls. Starts a transaction if none is already
running on this thread. Any uncaught exception will abort the
transaction and flow out of dosync. The exprs may be run more than
once, but any effects on Refs will be atomic.
sourceraw docstring

mol-synccljmacro

(mol-sync conn flags-ignored-for-now & body)
source

redis-refclj

(redis-ref redis-atom)
(redis-ref conn k)
(redis-ref conn k val)
(redis-ref conn k val & {:keys [meta validator]})
source

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close