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

Method not found when migrating to jedis4 #12

Open
waythe opened this issue Apr 20, 2022 · 1 comment
Open

Method not found when migrating to jedis4 #12

waythe opened this issue Apr 20, 2022 · 1 comment
Assignees
Labels

Comments

@waythe
Copy link

waythe commented Apr 20, 2022

Hi,
we are trying to version up dependencies to reduce the impacts of vulnerabilities.
and we encounter a problem when upgrading the jedis to version 4.
the error is:

An attempt was made to call a method that does not exist. The attempt was made from the following location:
    com.oblac.jrsmq.cmd.BaseQueueCmd.getQueue(BaseQueueCmd.java:51)
The following method did not exist:
    redis.clients.jedis.Transaction.time()Lredis/clients/jedis/Response;

does jrsmq has a plan to version its dependency with the newer release? (now it depends on jedis 2.10.2, which has vulnerabilities)
or if there are any recommended alternatives? (since I noticed the source code is not updated for a long term)

@igr igr self-assigned this Apr 20, 2022
@igr
Copy link
Owner

igr commented Apr 20, 2022

I will update :)

@igr igr added the bug label Apr 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants