摘要: 由于项目中需要使用批量插入功能, 所以在网上查找到了Redis 批量插入可以使用pipeline来高效的插入, 示例代码如下: String key = "key"; Jedis jedis = new Jedis("xx.xx.xx.xx"); Pipeline p = jedis.pipelin 阅读全文
posted @ 2020-06-11 17:40 那些年的代码 阅读(1401) 评论(0) 推荐(0) 编辑