[][src]Crate actix_storage_redis

Structs

ConnectionInfo

Holds the connection information that redis should use for connecting.

RedisBackend

An implementation of ExpiryStore based on redis using redis-rs async runtime

RedisError

Represents a redis error. For the most part you should be using the Error trait to interact with this rather than the actual struct.

Enums

ConnectionAddr

Defines the connection address.