Type Definition rsmc_core::client::BulkGetResponse[][src]

pub type BulkGetResponse<V> = Result<(BulkOkResponse<V>, BulkErrResponse), Error>;
Expand description

The result of doing a multi_get(). The Ok result will be a tuple of ok, err responses. The err responses can be treated as get misses, but should be logged somewhere for visibility. Lots of them could indicate a serious underlying issue.