#connection-pool #connection #redis #tokio #async

reool

An asynchrounous connection pool for Redis based on tokio and redis-rs

63 releases

0.30.0 Aug 11, 2021
0.29.0 Mar 30, 2021
0.28.0 Jan 19, 2021
0.27.0 Aug 4, 2020
0.11.0 Jul 19, 2019

#2559 in Database interfaces

22 downloads per month

Apache-2.0/MIT

190KB
4.5K SLoC

Reool

crates.io docs.rs downloads license-mit license-apache

Currently in early development. API will change rapidly.

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.

You should also consider multiplexing instead of a pool based on your needs.

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

Dependencies

~9–21MB
~286K SLoC