摘要: public class JredisTest { private static Jedis jedis = new Jedis("localhost", 6379); public static void main(String[] args) { jedis.connect(); Set<Str 阅读全文
posted @ 2019-11-14 17:46 派大小兴 阅读(252) 评论(0) 推荐(0) 编辑