Home > Back-end >  Jedis appear Connect remote connection timed out
Jedis appear Connect remote connection timed out

Time:12-10

 public static void main (String [] args) {
Jedis Jedis=new Jedis (" 127.0.0.1 ", 6379);
System. The out. Println (jedis. Ping ());
}


 under Caused by: java.net.SocketTimeoutException: Connect timed out 
  • Related