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

Jedis binary API parity with string API #304

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Conversation

bryanck
Copy link

@bryanck bryanck commented Dec 16, 2020

This PR brings the Jedis binary API to parity with the string API. Also, I refactored the client implementations so it requires less boilerplate code to add unimplemented methods going forward. Some other changes in this PR include a fix to the demo and support for hashtags with binary keys. Also, I made a change to reset the Jedis instance before returning it to the pool. This fixes an issue we encountered during testing, and is consistent with how the JedisPool operates.

While implementing this I noticed that the dual write client does not shadow all write commands, and compression is not consistently implemented. I will open a ticket for those existing issues if one doesn't exist.

@bryanck bryanck requested a review from smukil December 16, 2020 13:39
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.

1 participant