From feddba0907285cf27c35625fa2ae1d088d5c17ce Mon Sep 17 00:00:00 2001 From: Subeom Choi Date: Tue, 18 Oct 2022 22:20:11 +0900 Subject: [PATCH] document: add bb8-redis-cluster --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0d9cea1..f5e8142 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,7 @@ Backend | Adapter Crate ------- | ------------- [tokio-postgres](https://github.com/sfackler/rust-postgres) | [bb8-postgres](https://crates.io/crates/bb8-postgres) (in-tree) [redis](https://github.com/mitsuhiko/redis-rs) | [bb8-redis](https://crates.io/crates/bb8-redis) (in-tree) +[redis_cluster_async](https://crates.io/crates/redis_cluster_async) | [bb8-redis-cluster](https://crates.io/crates/bb8-redis-cluster) [rsmq](https://github.com/smrchy/rsmq) | [rsmq_async](https://crates.io/crates/rsmq_async) [bolt-client](https://crates.io/crates/bolt-client) | [bb8-bolt](https://crates.io/crates/bb8-bolt) [diesel](https://crates.io/crates/diesel) | [bb8-diesel](https://crates.io/crates/bb8-diesel)