Liking cljdoc? Tell your friends :D
Clojure only.

jepsen.mongodb.document-cas

Compare-and-set against a single document.

Compare-and-set against a single document.
raw docstring

casclj

(cas _ _)
source

clientclj

(client opts)

A client which implements a register on top of an entire document.

Options:

:read-concern e.g. :majority :write-concern e.g. :majority

A client which implements a register on top of an entire document.

Options:

  :read-concern  e.g. :majority
  :write-concern e.g. :majority
sourceraw docstring

rclj

(r _ _)
source

testclj

(test opts)

Document-level compare and set. Options are also passed through to core/mongodb-test.

Special options:

:write-concern Keyword for write concern level :read-concern Keyword for read concern level :read-with-find-and-modify Use findAndModify to ensure read safety :time-limit How long do we run the test for? :key-time-limit How long do we test an individual key?

Document-level compare and set. Options are also passed through to
core/mongodb-test.

Special options:

  :write-concern              Keyword for write concern level
  :read-concern               Keyword for read concern level
  :read-with-find-and-modify  Use findAndModify to ensure read safety
  :time-limit                 How long do we run the test for?
  :key-time-limit             How long do we test an individual key?
sourceraw docstring

wclj

(w _ _)
source

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

× close