use ;
/// Alias for `Result<T, RedisError>`.
/// This is the main return type for most
/// methods within the client.
pub type RedisResult<T> = ;
/// A dynamic error type aliased to RedisError
pub type RedisError = ;
/// An error that occurs while parsing requests/responses.