JedisPool pool = new JedisPool(new JedisPoolConfig(), "localhost", portno, 10000, "password");
看到这里:https :
//github.com/xetorthio/jedis/wiki/入门

JedisPool pool = new JedisPool(new JedisPoolConfig(), "localhost", portno, 10000, "password");
看到这里:https :
//github.com/xetorthio/jedis/wiki/入门