Which version of Jedis client supports AWS Redis in Cluster mode?

265 Views Asked by At

We are on older version of the Jedis client, was wondering which version started support for AWS Elasticache Redis in cluster mode

1

There are 1 best solutions below

0
On

Support for Redis Cluster was added in v2.3.0, release notes. But there are fixes for cluster commands all up to the latest version v3.6.0 release notes so if possible best to keep up with the Jedis client.