(error) DENIED Redis is running in protected mode because protected mode is enabled
redis踩坑:(error) DENIED Redis is running in protected mode because protected mode is enabled场景:阿里云上部署了redis,也配置了redis.conf注释掉绑定ip# bind 127.0.0.1Redis默认不是以守护进程的方式运行,可以通过该配置项修改,使用yes启用守护进程,设置为noda...