jedis
jedis copied to clipboard
Document: Version Compatibility Table
Is there any plans to supply version compatibility table between jedis and redis on document or wiki?
Maybe we need to add @since
tag on java doc? @sazzad16
@yangbodong22011 The OP is asking about compatibilities between Redis versions and Jedis versions. @since
tag won't do.
@sazzad16 ohh, thanks for your clarification.
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.