SpringBoot整合Redis时:
提示 : Command timed out after 1 minute(s)
解决方法:
修改application.properties文件的redis连接超时时间,修改到合适的值:
spring.redis.timeout = 600
SpringBoot整合Redis时:
提示 : Command timed out after 1 minute(s)
解决方法:
修改application.properties文件的redis连接超时时间,修改到合适的值:
spring.redis.timeout = 600