Crates.io | reool |
lib.rs | reool |
version | 0.30.0 |
source | src |
created_at | 2019-04-23 15:02:59.170272 |
updated_at | 2021-08-11 19:52:46.813605 |
description | An asynchrounous connection pool for Redis based on tokio and redis-rs |
homepage | https://github.com/chridou/reool |
repository | https://github.com/chridou/reool |
max_upload_size | |
id | 129671 |
size | 261,587 |
Currently in early development. API will change rapidly.
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.
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