Skip to content

Upgrade Jedis from version 3 to 5 #3947

Closed Answered by sazzad16
tamasgyenese asked this question in Q&A
Discussion options

You must be logged in to vote

@tamasgyenese Thank you for using Jedis.

It has been close to 3 years Jedis 4.0.0 has been released. Almost none of the people that were involved in Jedis are now with us. We know what we have but it is now difficult to go through all the reasoning.

Still, to mention something:

  • Connection was base in many cases even in 3.x but due to the design we always had to create the Jedis object. Now we can avoid that.
  • Connection allows us different new designs. For example, in #3757, currently we have a new CacheConnection class which is actually a sub-class of Connection.

For rest of the questions, I would suggest you to provide code examples for 3.x so we may be help to update those.

Replies: 2 comments 14 replies

Comment options

You must be logged in to vote
2 replies
@tamasgyenese
Comment options

@sazzad16
Comment options

Answer selected by tamasgyenese
Comment options

You must be logged in to vote
12 replies
@sazzad16
Comment options

@tamasgyenese
Comment options

@sazzad16
Comment options

@tamasgyenese
Comment options

@sazzad16
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants