Redis在Spring-data-session共享中存在的问题

SASS Redis在Spring-data-session共享中存在的问题

公司使用网易云Redis服务,使用session共享的时候存在一些问题。会报错需要处理

org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'enableRedisKeyspaceNotificationsInitializer' defined in org.springframework.session.data.redis.config.annotation.web.http.RedisHttpSessionConfiguration: Invocation of init method failed; nested exception is org.springframework.data.redis.RedisSystemException: Error in execution; nested exception is io.lettuce.core.RedisCommandExecutionException: ERR unknown command 'CONFIG'

首先在云服务器后台去设置

网易云Redis后台参数设置

然后在代码中配置




    
    


    

你可能感兴趣的:(Redis在Spring-data-session共享中存在的问题)