SCALA PLAY 2.3 Redis Cluster Execution exception[[JedisMovedDataException: MOVED play 2.3

148 views Asked by At

I am having a Redis cluster and want to use it as the Play 2.3 Cache. Every time the app tries to write to the cluster I get the following error.

Execution exception[[JedisMovedDataException: MOVED

Is there a way to tell the plugin that this is the cluster?

"com.typesafe.play.plugins" %% "play-plugins-redis" % "2.3.1"
1

There are 1 answers

0
Hakuna Matata On

May be you might be connected to the cluster mode of redis. If Jedis doesn't support it then switched to lettuce which is very similar to jedis with advanced capabilities.