springboot+redis 配置多个dbIndex 遇到Cannot get Jedis connection的问题
import org.springframework.beans.factory.annotation.Value;import org.springframework.cache.CacheManager;import org.springframework.cache.annotation.EnableCaching;import org.springframework.contex...