You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This crate is essentially unmaintained.
the redis crate comes with a r2d2 feature now, which should replace usage of r2d2-redis, see redis-rs/redis-rs#385 (comment)
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"
The text was updated successfully, but these errors were encountered: