spring boot 项目配置redis集群出现连接数不足

Can't init enough connections amount! Only 0 from 1 were initialized. Server: /192.168.11.88:7000

redis.conf也设置为 protected-mode no

图片说明

一、提高连接数,二、优化代码,尽量使用批量处理功能。