-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Support for redis in 0.5.0 #1471
Comments
Some libraries are being swapped out and upgraded in the transition to
#1117 is the "async Another example was posted at https://www.reddit.com/r/rust/comments/e9n6mx/creating_and_using_a_postgres_database_pool_is/ a while back. That code should work with |
Thank you for the explainer and the link to the postgres example :) I will try to look into it. Edit: the postgres example looks very nice :D |
Looks like the only thing left to do here is #1117. Closing. |
Questions
Hey, I have a question related to 0.5.0. Looking at commit 949b01c I see that redis support was removed and there is no issue in the milestone for 0.5.0 to add support again.
I am not 100% sure what
The latest version of 'redis' is async and implements its own connection retrieval.
means, but as redis is a core part of our service structure we could not upgrade without support for it.So my question is: Will there be support for redis in the final verison of 0.5.0 or will you have any docs/ examples how to use redis with 0.5.0?
We really would love to switch to 0.5.0 once it is released to be able to use stable rust :)
The text was updated successfully, but these errors were encountered: