Module simple_redis::types[][src]

Expand description

types

Defines the various types and aliases used or exposed by the simple_redis library.

Structs

Enable to modify blocking operations.

Enums

Holds the error information

Traits

Defines a redis command argument

Type Definitions

PubSub message

Holds bool result or error

Holds empty result or error

Redis result which either holds a value or a Redis error

Holds string result or error