Struct rustis::ZScanOptions
source · pub struct ZScanOptions { /* private fields */ }Expand description
Options for the zscan command
Implementations§
source§impl ZScanOptions
impl ZScanOptions
pub fn match_pattern<P: Into<CommandArg>>(self, match_pattern: P) -> Self
pub fn count(self, count: usize) -> Self
Trait Implementations§
source§impl Default for ZScanOptions
impl Default for ZScanOptions
source§fn default() -> ZScanOptions
fn default() -> ZScanOptions
Returns the “default value” for a type. Read more