Crate spacegate_ext_redis

Source

Re-exports§

pub use redis;

Structs§

Connection
Wrapper around redis::aio::MultiplexedConnection.
Manager
Manager for creating and recycling redis connections.
RedisClient
Wrapper for pooled Redis client.
RedisClientRepo
Redis Client Repository.
RedisClientRepoError

Traits§

AsRedisKey

Functions§

global_repo

Type Aliases§

Pool
Type alias for using deadpool::managed::Pool with redis.