afcenter搭建集群时,修改spring.session.store-type=redis时启动报错:Caused by: io.lettuce.core.RedisCommandExecutio
·
问题描述:
afcenter搭建集群,修改spring.session.store-type=redis时启动报错:Caused by: io.lettuce.core.RedisCommandExecutionException: ERR unsupported config command: SET

解决方案:
在application.properties配置文件中配置以:
spring.session.store-type=redis
spring.session.redis.configure-action=none
更多推荐




所有评论(0)