Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

future incompatibility of redis v0.20 #53

Open
calebdiaz opened this issue Mar 11, 2023 · 2 comments
Open

future incompatibility of redis v0.20 #53

calebdiaz opened this issue Mar 11, 2023 · 2 comments

Comments

@calebdiaz
Copy link

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
Copy link

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

@badboy
Copy link
Collaborator

badboy commented May 12, 2023

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)

I'll see to mark this repo as unmaintained.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants