贝多烦

导航

2021年1月1日

jedis使用分布式锁

摘要: import redis.clients.jedis.Jedis;public class A { public static void main(String[] args) throws Exception { Jedis jedis = new Jedis("localhost", 6379) 阅读全文

posted @ 2021-01-01 11:25 贝多烦 阅读(207) 评论(0) 推荐(0)