I get the following error when I try to save something in Redis db from a java spring project.
Nested in org.springframework.data.redis.RedisConnectionFailureException: unable to get Jedis connection; The nested exception is redis.clients.jedis.exceptions.JedisConnectionException: Failed to get resource from pool
Has anyone encountered the same error? Any solutions available?
Thanks in advance.
source share