自建redis迁移云报错

java服务开始使用的自建的redis 将其迁移到腾讯云redis时报错 如下:
14:22:56.048 [localhost-startStop-1] ERROR o.s.web.context.ContextLoader:351 - Context initialization failed
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'enableRedisKeyspaceNotificationsInitializer' defined in class path resource [org/springframework/session/data/redis/config/annotation/web/http/RedisHttpSessionConfiguration.class]: Invocation of init method failed; nested exception is org.springframework.dao.InvalidDataAccessApiUsageException: ERR 'config' is disabled command; nested exception is redis.clients.jedis.exceptions.JedisDataException: ERR 'config' is disabled command
解决:

将redis 配置文件中 notify-keyspace-events改为 Egx

posted @ 2022-07-20 17:22  巴黎斜塔  阅读(93)  评论(0编辑  收藏  举报