February 2018
Intermediate to advanced
382 pages
11h 33m
English
The operations for administrating Redis Sentinel are as follows:
user@192.168.0.33:~$bin/redis-cli -h 192.168.0.33 -p 26379192.168.0.33:26379>
192.168.0.33:26379> SENTINEL GET-MASTER-ADDR-BY-NAME mymaster1) "192.168.0.31"2) "6379"
192.168.0.33:26379> SENTINEL MASTERS1) 1) "name"2) "mymaster"3) "ip"4) "192.168.0.31"5) "port"...17) "last-ok-ping-reply"18) "364"...
Read now
Unlock full access