pub fn str_to_f64(s: &str) -> Result<f64, RedisProtocolError>
Expand description
Convert a string to a double, supporting “nan”, “+inf” and “-inf”.
pub fn str_to_f64(s: &str) -> Result<f64, RedisProtocolError>
Convert a string to a double, supporting “nan”, “+inf” and “-inf”.