pub fn get_i64_default_config_value(
    args: &[RedisString],
    name: &str,
    default: i64
) -> Result<i64, RedisError>