Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Getting RedisConnectionFailureException

I'm getting the following error when I try to persist something in Redis db from my java spring project.

Nested in org.springframework.data.redis.RedisConnectionFailureException: Cannot get Jedis connection; nested exception is redis.clients.jedis.exceptions.JedisConnectionException: Could not get a resource from the pool

Has anyone faced the same error? Any solutions available?

Thanks in advance.

like image 624
KS88 Avatar asked Nov 12 '22 02:11

KS88


1 Answers

The redis server is properly down. just restart redis-server.

like image 119
jasonC Avatar answered Nov 15 '22 05:11

jasonC