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

JedisPubSub and BinaryJedisPubSub PING don't support optional argument #2254

Merged
merged 6 commits into from
Dec 6, 2020

Conversation

sabbey37
Copy link
Contributor

According to the Redis docs at https://redis.io/commands/ping PING takes an optional message, and indeed the Jedis client does have both overloads with and without the message parameter. The overload with message is missing from JedisPubSub and BinaryJedisPubSub.

Relevant issues:

@sabbey37
Copy link
Contributor Author

Test failure in Travis CI is unrelated to this PR and addressed in #2223

@sazzad16 sazzad16 requested a review from gkorland September 28, 2020 16:20
@sazzad16 sazzad16 added this to the 3.4.0 milestone Sep 29, 2020
@sabbey37
Copy link
Contributor Author

sabbey37 commented Oct 5, 2020

@gkorland I think @sazzad16 also wanted you to review this PR if possible.

@sabbey37 sabbey37 requested a review from gkorland October 20, 2020 15:01
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