pub fn as_integer(value: &Value) -> Option<i64>
Extract an integer from a Redis Value (handles both Int and BulkString representations).