redis安装后提示权限问题ERR operation not permitted

安装部署完redis后,提示ERR operation not permitted,原来在安装时,redis.conf被复制到/etc目录下,并且配置文件中requirepass已经取消注释,并且设置了其它值。

刚开始在下载的源文件目录下修改redis.conf,一直不起作用。

修改方法

在/etc/redis.conf文件中,将requirepass注释

你可能感兴趣的:(redis)