Type Alias fred::types::XReadValue

source ยท
pub type XReadValue<I, K, V> = (I, HashMap<K, V>);
Available on crate feature i-streams only.
Expand description

A generic helper type describing the ID and associated map for each record in a stream.

See the XReadResponse type for more information.