sorccu / r2d2-redis

MIT License
101 stars 42 forks source link

future incompatibility of redis v0.20 #53

Open calebdiaz opened 1 year ago

calebdiaz commented 1 year ago

the following packages contain code that will be rejected by a future version of Rust: redis v0.20

Dependencies of r2d2-redis:

[dependencies] r2d2 = "0.8" redis = "0.20.0"

surfingtomchen commented 1 year ago

can we just upgrade the redis version to "0.23"?

badboy commented 1 year ago

This crate is essentially unmaintained. the redis crate comes with a r2d2 feature now, which should replace usage of r2d2-redis, see https://github.com/redis-rs/redis-rs/issues/385#issuecomment-702225057

I'll see to mark this repo as unmaintained.