Skip to main content

as_integer

Function as_integer 

Source
pub fn as_integer(value: &Value) -> Option<i64>
Expand description

Extract an integer from a Redis Value (handles both Int and BulkString representations).