Function redust_resp::parser::parse_int

source ·
pub fn parse_int(data: &[u8]) -> IResult<&[u8], i64>
Expand description

Parse a RESP integer.