Crate actix_storage_redis
Source - 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.
- ConnectionAddr
- Defines the connection address.