공부 (@Deprecated)
[redis] allow remote access on the redis server
승가비
2023. 7. 30. 16:18
728x90
`/etc/redis/redis.conf`
bind 127.0.0.1
->
bind 0.0.0.0
https://stackoverflow.com/questions/19091087/open-redis-port-for-remote-connections
Open Redis port for remote connections
I can ping pong Redis on the server: # redis-cli ping PONG But remotely, I got problems: $ src/redis-cli -h REMOTE.IP ping Could not connect to Redis at REMOTE.IP:6379: Connection refused In co...
stackoverflow.com
protected-mode no
https://realmojo.tistory.com/183
[Redis] Protected Mode (DENIED Redis is running in protected mode because protected...)
레디스를 사용하다보면DENIED Redis is running in protected mode because protected 다음과 같은 에러를 볼 수 있는데 Redis 3.2 부터인가 보안 모드가 추가되어서 패치되었다고 한다. 주로 원격에서 레디스 서버
realmojo.tistory.com
728x90