(get http id)
Returns latest doc, or nil if doc does not exist
Returns latest doc, or nil if doc does not exist
(insert http id value)
(modified? http id rev)
(remove http id rev)
(rev http id)
Returns latest rev, or nil if doc does not exist
Returns latest rev, or nil if doc does not exist
(try-replace http id rev new-value)
Returns latest doc if successful, or nil if the rev is out-of-date
Returns latest doc if successful, or nil if the rev is out-of-date
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close