在登陆成功后,进行退出调用SecurityUtils.getSubject().logout();之后就提示了以下几种错误
redis.clients.jedis.exceptions.JedisConnectionException: Could not get a resource from the pool
Caused by: redis.clients.jedis.exceptions.JedisConnectionException: Failed to create socket.
Caused by: java.net.ConnectException: Connection refused: connect
这是退出前的Subject
请问哪位博主可以解答一下这个问题