赞
踩
public static void main(String[] args) { Jedis jedis = new Jedis("192.168.242.17", 6379); System.out.println(jedis.ping()); }
观看控制台,连接成功