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

fix: Wrong number of arguments redis_client.rb:424:in `pipelined' #381

Merged
merged 1 commit into from
Apr 24, 2024

Conversation

Ferenc-
Copy link
Contributor

@Ferenc- Ferenc- commented Apr 23, 2024

The breaking change that we have to adapt to is a change from redis-client-0.22.0 to redis-client-0.22.1,
namely the signature of pipelined changed from
def pipelined to pipelined(exception: true).

Now, that only Ruby 3 is supported, we can focus on explicitly delegating keyword arguments, which cover all future keyword and non-keyword argument changes.

The breaking change that we have to adapt to is a change from
`redis-client-0.22.0` to `redis-client-0.22.1`,
namely the signature of `pipelined` changed from
`def pipelined` to `pipelined(exception: true)`.

Now, that only Ruby 3 is supported, we can focus on explicitly
delegating keyword arguments, which cover all future
keyword and non-keyword argument changes.

Signed-off-by: Ferenc Géczi <[email protected]>
@Ferenc- Ferenc- requested review from pvital and GSVarsha April 23, 2024 13:03
Copy link
Member

@pvital pvital left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It looks good to me.

@Ferenc- Ferenc- merged commit 83da511 into master Apr 24, 2024
170 checks passed
@Ferenc- Ferenc- deleted the redis-fix branch April 24, 2024 07:21
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.

3 participants