Struct kinetic::commands::GetKeyRange [−] [src]

pub struct GetKeyRange {
    pub start: Vec<u8>,
    pub end: Vec<u8>,
    pub start_inclusive: bool,
    pub end_inclusive: bool,
    pub max_returned: i32,
    pub reverse: bool,
}

Requests a range of keys between two given keys

Fields

start
end
start_inclusive
end_inclusive
max_returned
reverse

Trait Implementations

impl Command<GetKeyRangeResponse> for GetKeyRange

fn build_proto(self) -> (Command, Option<Vec<u8>>)