1、基于1.8.0的基础上提供批量的数据操作包括getsetdelhmgethmset方法2、使用方法如下:publicListpipelineGet(Setkeys){returnrt.opsForPipeline().get(keys);}publicvoidpipelineSet(MapvalueMap){redisTemplate.opsForPipeline().set(valueMap);}publicvoidpipelineDel(Setkeys){redisTemplat