3435363738394041424344
} private T runWithRetries(String key, int redirections, boolean tryRandomNode, boolean asking) { if (redirections <= 0) { throw new JedisClusterMaxRedirectionsException( "Too many Cluster redirections?"); } Jedis connection = null; try {