[][src]Module redis_actor::bb8_redis

Modules

bb8

A generic connection pool, designed for asynchronous tokio-based connections This is an asynchronous tokio-based version of r2d2.

redis

redis-rs is a rust implementation of a Redis client library. It exposes a general purpose interface to Redis and also provides specific helpers for commonly used functionality.

Structs

RedisConnectionManager

A bb8::ManageConnection for redis::Client::get_async_connection.

RedisPool

RedisPool is a convenience wrapper around bb8::Pool that hides the fact that RedisConnectionManager uses an Option<Connection> to smooth over the API incompatibility.