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

Update Jedis to last version #19

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

CGNonofr
Copy link

No description provided.

@CGNonofr CGNonofr requested a review from a team as a code owner August 29, 2024 10:34
@tanderson-ld
Copy link

Hi @CGNonofr, thank you contributing! We'll review this once we verify the changes in major versions of Jedis.

@tanderson-ld
Copy link

Are you using Jedis 5.1.5 in another portion of your project and wanting to share the dependency or is there some other issue you're experiencing?

@CGNonofr
Copy link
Author

I am experiencing issues, because I use Jedis 5.1.5 directly, and this lib pulls the 2.9.0. In some unclear circumstances, I get an

java.lang.NoSuchMethodError: 'java.lang.Boolean redis.clients.jedis.Jedis.exists(java.lang.String)'

Which is not clear to me, since this method exists in both jedis 2.9.0 and 5.1.5

But before investigating further, I think updating Jedis is worth a try

@tanderson-ld
Copy link

Are you able to clone and fork this repo, update it locally, and point your project to your fork to test?

@CGNonofr
Copy link
Author

Are you able to clone and fork this repo, update it locally, and point your project to your fork to test?

I would take time to do that. Or we can probably consider that being up-to-date with Jedis is a good thing anyway, even if it doesn't fix my specific issue

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.

2 participants