Function str_to_f64

Source
pub fn str_to_f64(s: &str) -> Result<f64, RedisProtocolError>
Expand description

Convert a string to a double, supporting “nan”, “+inf” and “-inf”.