摘要: * jedis连接池: JedisPool * 使用: 1. 创建JedisPool连接池对象 2. 调用方法 getResource()方法获取Jedis连接 //0.创建一个配置对象 JedisPoolConfig config = new JedisPoolConfig(); config.s 阅读全文
posted @ 2021-10-26 10:39 {hunter}ZY 阅读(48) 评论(0) 推荐(0)