Liking cljdoc? Tell your friends :D

k16.mallard.store.mongo


?Propsclj

source

create-datastoreclj

(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`
sourceraw docstring

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

× close