连接windows下的redis的时候提示:
-DENIED Redis is running in protected mode because protected mode is enabled
本机没有问题,使用telnet连接的时候提示这个。
原因是windows下的默认开启了保护模式,关掉即可。
protected-mode no
把yes改为no