Java链接Redis的接口实现

a.链接 public class JedisExample { private static JedisPool pool; private static Jedis jedis; static{ pool = new JedisPool(new JedisPoolConfig(), "222.31.76.12", 6379);
相关文章
相关标签/搜索