Crate actix_storage_redis
source ·Structs
Holds the connection information that redis should use for connecting.
An implementation of
ExpiryStore
based on redis
using redis-rs async runtimeRedis specific/connection independent information used to establish a connection to redis.
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
Defines the connection address.