You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
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:
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)
The text was updated successfully, but these errors were encountered: