JedisConnectionException: Could not get a resource from the pool

Caused by: redis.clients.jedis.exceptions.JedisConnectionException: Could not get a resource from the pool
	at redis.clients.util.Pool.getResource(Pool.java:53)
Caused by: redis.clients.jedis.exceptions.JedisConnectionException: java.net.ConnectException: Connection refused (Connection refused)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.net.PlainSocketImpl.socketConnect(Native Method)
  1. 密碼配置錯誤
  2. redis的ip配置錯誤
  3. 沒有配置,springboot默認取了localhost:6379
  4. 看讀取的是單機redis仍是集羣redis,弄錯了
相關文章
相關標籤/搜索