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

Issue/95 update java redis library #104

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

Conversation

senjin-hajrulahovic
Copy link
Contributor

update jedis latest stable version 4.3.2

The PR contains only the minimal changes required to compile and run the examples with the latest stable jedis version.

moved classes

  • Tuple
  • ZParams

method parameter/return types changed

  • Jedis.zrangeWithScores
  • Jedis.zrevrangeWithScores
  • Jedis.zrevrange
  • Jedis.zadd
  • ZParams.weights

fix reflection usage

  • reflection code was broken because methods were moved from Transaction to TransactionBase

Jedis constructor requires a valid redis uri e.g. redis://<host>:<port>

Remark

I tested examples for all chapters. Everything works except chapter 8. But it turns out that this does not work in master either.
A separate issue was created for that: #103

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