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);
相關文章
相關標籤/搜索