0
[Redis] Sentinel 설정 및 동작 확인
Sentinel 설정 code를 이용하여 redis를 설치했다면, sentinel은 자동으로 설치되어 있다. /lib/redis/redis-stable 경로의 sentinel.conf file을 커스터마이징 해 보자. 먼저, 해당 file을 복사한 후 vim으로 연다. 123cd /lib/redis/redis-stablesudo cp sentinel.co