jedis icon indicating copy to clipboard operation
jedis copied to clipboard

Document: Version Compatibility Table

Open rkimsb2 opened this issue 3 years ago • 4 comments

Is there any plans to supply version compatibility table between jedis and redis on document or wiki?

rkimsb2 avatar Oct 15 '20 05:10 rkimsb2

Maybe we need to add @since tag on java doc? @sazzad16

yangbodong22011 avatar Jan 18 '21 12:01 yangbodong22011

@yangbodong22011 The OP is asking about compatibilities between Redis versions and Jedis versions. @since tag won't do.

sazzad16 avatar Jan 18 '21 12:01 sazzad16

@sazzad16 ohh, thanks for your clarification.

yangbodong22011 avatar Jan 18 '21 13:01 yangbodong22011

I'm upgrading the libs of an out of date prototype Spring application and upon seeking a compatibility matrix for Jedis and Redis Server, I arrived here. I guess I'll have to go into a config-test cycle. Such is life.

Edit: For anyone arriving here seeking a compatibility matrix, I will provide the following. I had upgraded this application to the latest Spring Redis session versions in the Maven pom.xml file to run against redis-server 3.0.5 on Ubuntu and it executed successfully. I just installed the latest version of Redis available in snap, v7.0.4, and it continued to execute successfully.

compensator avatar Aug 04 '22 22:08 compensator