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"
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.