redis: Support redis v1.0.0-rc#263
Conversation
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #263 +/- ##
=======================================
Coverage 80.88% 80.88%
=======================================
Files 6 6
Lines 633 633
=======================================
Hits 512 512
Misses 121 121 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
I don't think a Cargo feature makes sense for this, but I'm open to publishing a bb8-redis rc release that depends on the redis 1 rc. |
Thanks. The code change here is trivial, so im happy for you to go ahead and create an -rc release using a different approach. |
|
Can you make the following changes to the PR:
|
| [dependencies] | ||
| bb8 = { version = "0.9", path = "../bb8" } | ||
| redis = { version = "0.32", default-features = false, features = ["tokio-comp"] } | ||
| redis = { version = "1.0.0-rc.1", default-features = false, features = ["tokio-comp"] } |
There was a problem hiding this comment.
fyi they are up to https://crates.io/crates/redis/1.0.0-rc.2 now
There was a problem hiding this comment.
This isn't pinned. Might just work? Otherwise, feel free to send a PR.
See https://github.com/redis-rs/redis-rs/blob/redis-1.0.0-rc.0/version1.md