数据库
首页 > 数据库> > 自建redis迁移云报错

自建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

标签:ERR,自建,redis,springframework,disabled,报错,org,config
来源: https://www.cnblogs.com/dzc-/p/16498870.html