skip to Main Content

Caused by io.lettuce.core.rediscommandexecutionexception: moved 15596 XX.X.XXX.XX:6379 Java Spring boot

We have a spring-boot application which is deployed to lambda in AWS. Code public AbstractRedisClient getClient(String host, String port) { LOG.info("redis-uri" + "redis://"+host+":"+port); return RedisClient.create("redis://"+host+":"+port); } /** * Returns the Redis connection using the Lettuce-Redis-Client * * @return RedisClient */…

VIEW QUESTION
Back To Top
Search