Function add_info_field_double

Source
pub fn add_info_field_double(
    ctx: *mut RedisModuleInfoCtx,
    name: &str,
    value: f64,
) -> Status