Function fred::util::redis_string_to_f64
source · pub fn redis_string_to_f64(s: &str) -> Result<f64, RedisError>Expand description
Convert a redis string to an f64, supporting “+inf” and “-inf”.
pub fn redis_string_to_f64(s: &str) -> Result<f64, RedisError>Convert a redis string to an f64, supporting “+inf” and “-inf”.