Type Alias fred::types::Limit

source ยท
pub type Limit = (i64, i64);
Expand description

A tuple of (offset, count) values for commands that allow paging through results.