Crate actix_storage_redis

Crate actix_storage_redis 

Source

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
RedisConnectionInfo
Redis specific/connection independent information used to establish a connection to redis.
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.