[][src]Crate reool

Reool

Currently in early development.

About

Reool is a connection pool for Redis based on redis-rs.

Currently reool is a fixed size connection pool. Reool provides an interface for instrumentation.

The PooledConnection of reool implements the ConnectionLike interface of redis-rs for easier integration.

For documentation visit crates.io.

License

Reool is distributed under the terms of both the MIT license and the Apache License (Version 2.0).

See LICENSE-APACHE and LICENSE-MIT for details. License: Apache-2.0/MIT

Modules

instrumentation

Pluggable instrumentation

multi_node_pool

A connection pool for connecting to the nodes of a replica set

node_pool

A connection pool for conencting to a single node

Structs

Checkout

A Future that represents a checkout.

PooledConnection

A connection that has been taken from the pool.

Traits

Commands

A helper trait to easily execute common asynchronous Redis commands on a redis::async::ConnectionLike

RedisPool

A trait that can be used as an interface for a Redis pool.