redis报DENIED Redis is running in protected mode because protected mode is enabled

是说Redis服务处于保护模式,我们需要修改配置文件redis.conf。将NETWORK下的protected-mode yes修改 为protected-mode no,然后重启服务(./bin/redis-server ./redis.conf)
相关文章
相关标签/搜索