pub fn get_enum_default_config_value<G: EnumConfigurationValue>(
    args: &[RedisString],
    name: &str,
    default: G
) -> Result<G, RedisError>