2016년 9월 20일 화요일

Disable redis protected-mode

There's error like 'DENIED Redis is running in protected mode' from redis,
because of protected-mode.
You can disable the protected-mode as below.

[root@localhost redis-3.2.3]# redis-cli
127.0.0.1:6379> config set protected-mode no
OK
127.0.0.1:6379> exit

댓글 없음 :

댓글 쓰기