Liking cljdoc? Tell your friends :D
Clojure only.

blocks.store.replica

Logical block storage which writes to multiple backing stores to ensure durability. Lookups will try the backing stores in order to find blocks.

Logical block storage which writes to multiple backing stores to ensure
durability. Lookups will try the backing stores in order to find blocks.
raw docstring

replica-block-storeclj

(replica-block-store replicas & {:as opts})

Creates a new replica block store which will persist blocks to multiple backing stores. Block operations will be performed on the stores in the order given in replicas, where each key is looked up in the store record.

Creates a new replica block store which will persist blocks to multiple
backing stores. Block operations will be performed on the stores in the order
given in `replicas`, where each key is looked up in the store record.
sourceraw docstring

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close