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

Redis#sadd will always return an Integer in Redis 5.0.0 #3

Open
Jamie-McCaw opened this issue Mar 5, 2024 · 0 comments
Open

Redis#sadd will always return an Integer in Redis 5.0.0 #3

Jamie-McCaw opened this issue Mar 5, 2024 · 0 comments

Comments

@Jamie-McCaw
Copy link

Jamie-McCaw commented Mar 5, 2024

Upgrading to Redis >= 5.0.0 will cause warnings:

Redis#sadd will always return an Integer in Redis 5.0.0. Use Redis#sadd? instead.(called from: /Users/user/.rbenv/versions/3.3.0/lib/ruby/gems/3.3.0/gems/redis-namespace-1.11.0/lib/redis/namespace.rb:564:in `wrapped_send')

Warning says it is through redis-namespace but resque/redis-namespace#222 indicates that it is just the messenger.

Opened PR with suggest fix: #4

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

1 participant