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.
(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.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close