一份基于Springboot搭建的Redis分布式缓存服务(包括分布式锁实现)的demo。 if (!CollectionUtils.isEmpty(nodes)) { nodes.forEach(dataSourceBean -> { // 创建Redis分片 JedisShardInfo shardInfo = new JedisShardInfo(dataSourceBean.getHost(), dataSourceBean.getPort(), dataSource