Replies: 1 comment
-
There is no Redis 7.1. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am having issues connecting to q AWS ElastiCache Redis cache with error
I am using JedisPool with dependency
"redis.clients" % "jedis" % "5.1.0"
. I have tried other versions but noticed on the readme that "The most recent version of this library supports redis version 5.0, 6.0, 6.2, 7.0 and 7.2."Is version 7.1 not supported?
Beta Was this translation helpful? Give feedback.
All reactions