#pool #redis #async #light-weight

redis_tang

A light weight asynchronous connection pool for redis-rs

3 releases (breaking)

0.3.0 Jun 8, 2022
0.2.0 Feb 7, 2021
0.1.0 Jun 27, 2020

#2369 in Database interfaces

37 downloads per month

MIT license

25KB
541 lines

redis_tang

A light weight connection pool for crate redis.

Requirement:

rustc 1.42.0

Features:

with-tokio for tokio runtime
with-async-std for async-std runtime
with-ntex for actix/ntex runtime


lib.rs:

feature

  • with-tokio - default feature run on tokio runtime.
  • with-async-std - run on smol runtime.
  • with-ntex - run on ntex and actix runtime

Dependencies

~0–13MB
~136K SLoC