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

Remove thread_safe arg in Redis instantiations #1822

Merged
merged 1 commit into from
Aug 30, 2022

Conversation

sl0thentr0py
Copy link
Contributor

The new redis gem 5.0.x checks for valid args and throws on this call.

Fixes #1821

The new redis gem 5.0.x checks for valid args and throws on this call.
@PatrickTulskie
Copy link
Contributor

Thinking we'll roll with this and run it against CI... if there's no other issues, we'll do a quick patch release to support redis-rb 5.0. If there's more problems, we can pull in your other PR and do a patch release to temporarily pin to 4.x until we get the 5.0 issues worked out.

@sl0thentr0py
Copy link
Contributor Author

hey @PatrickTulskie any news on releasing this?

@PatrickTulskie
Copy link
Contributor

@sl0thentr0py Yep! There were a few other things that had to be addressed for Redis 5 compatibility before release though. Prepping a build this evening and hoping to ship tomorrow AM. Just didn't want to release it on Labor Day.

@sl0thentr0py
Copy link
Contributor Author

cool, thank you and much appreciated!

@PatrickTulskie
Copy link
Contributor

@sl0thentr0py This is now pushed in 2.4.0. Thanks for your help!

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

Successfully merging this pull request may close these issues.

Unknown keyword: thread_safe with redis 5.0.1
2 participants