(create-datastore {:keys [mongo collection lock-timeout-ms] :as params})
Create a MongoDB backed datastore that handles locking and log storage. Stores the state
in a document with the id state
and locks in a document with the id lock
Create a MongoDB backed datastore that handles locking and log storage. Stores the state in a document with the id `state` and locks in a document with the id `lock`
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close