Module redis_rs::enums[][src]

Structs

RedisParseError

An error that occurs while parsing requests/responses.

Type Definitions

RedisError

A dynamic error type aliased to RedisError

RedisResult

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