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 store-keys & {: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 store-keys, 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 `store-keys`, where each key is looked up in the store record.
sourceraw docstring

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

× close