Liking cljdoc? Tell your friends :D

clj-ravendb.replication


map-replication-urlsclj

(map-replication-urls replications database)

Given a collection of replication responses returns a sequence of replication url for the given database

Given a collection of replication responses returns a sequence of
replication url for the given database
sourceraw docstring

no-retry-replicasclj

(no-retry-replicas {:keys [urls] :as request} handle)

Given a request containing a list of urls capable of servicing the request, this function will only execute handle against the first url

Given a request containing a list of urls capable of servicing
the request, this function will only execute handle against the
first url
sourceraw docstring

wrap-retry-replicasclj

(wrap-retry-replicas request handle)

Given a request containing a list of urls capable of servicing the request, this function will execute handle against each of the urls

Given a request containing a list of urls capable of servicing
the request, this function will execute handle against each of the
urls
sourceraw docstring

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

× close