opentracing-contrib / java-redis-client

OpenTracing Instrumentation for Redis Client

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Upgrade jedis to 3.6.1

antonfilatov opened this issue · comments

Now, jedis lastest version is 3.6.1, they fixed some bugs and added support for big amount of commands.
See: https://github.com/redis/jedis/releases

Please see if that makes sense, and If possible, I can submit a PR. Thanks.