-
Notifications
You must be signed in to change notification settings - Fork 536
feat(redis): Add support for redis.asyncio #1933
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
feat(redis): Add support for redis.asyncio #1933
Conversation
647884f
to
7539af7
Compare
This pull request has gone three weeks without activity. In another week, I will close it. But! If you comment or otherwise update it, I will reset the clock, and if you label it "A weed is but an unloved flower." ― Ella Wheeler Wilcox 🥀 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good so far. Will do some manual testing now.
I added the PII scrubbing function for pipeline commands that we had in place at another place already, for not leaking PII accidentally |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good and does what it should. Ready for shipping this!
Hey @Zhenay ! It took some time, but finally your contribution can be merged! Thank you so much for this contribution, really cool stuff! When the tests are finished and green this will be merged! Thank you! |
See #931