Struct r2d2_redis_cluster::RedisClusterConnectionManager[][src]

pub struct RedisClusterConnectionManager { /* fields omitted */ }

An r2d2::ConnectionManager for redis_cluster_rs::Client.

Methods

impl RedisClusterConnectionManager
[src]

Create new RedisClusterConnectionManager.

Trait Implementations

impl Debug for RedisClusterConnectionManager
[src]

Formats the value using the given formatter. Read more

impl ManageConnection for RedisClusterConnectionManager
[src]

The connection type this manager deals with.

The error type returned by Connections.

Attempts to create a new connection.

Determines if the connection is still connected to the database. Read more

Quickly determines if the connection is no longer usable. Read more

Auto Trait Implementations