Type Definition redis_rs::enums::RedisResult[][src]

type RedisResult<T> = Result<T, RedisError>;

Alias for Result<T, RedisError>. This is the main return type for most methods within the client.