Skip to content

Commit

Permalink
Async redis branch has been merged
Browse files Browse the repository at this point in the history
  • Loading branch information
djc committed Jan 1, 2020
1 parent 20539bd commit dc06c08
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ A (possibly not exhaustive) list of adaptors for different backends:
Backend | Adaptor Crate
------- | -------------
[tokio-postgres](https://github.com/sfackler/rust-postgres) | [bb8-postgres](https://crates.io/crates/bb8-postgres)
[redis forked from mitsuhiko by Marwes](https://github.com/Marwes/redis-rs/) | [bb8-redis](https://crates.io/crates/bb8-redis)
[redis (git master)](https://github.com/mitsuhiko/redis-rs) | [bb8-redis](https://crates.io/crates/bb8-redis)



Expand Down
2 changes: 1 addition & 1 deletion redis/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ async-trait = "0.1"
bb8 = { path = "../bb8" }
futures = "0.3"
tokio = "0.2"
redis = { git = "https://github.com/Marwes/redis-rs/", branch = "async_await_api" }
redis = { git = "https://github.com/mitsuhiko/redis-rs" }

0 comments on commit dc06c08

Please sign in to comment.