jedis_sentinel
Jedis Sentinel
Redis Developer Course | Redis Technical Support | Redis Enterprise Server |
---|
Sentinel
Jedis Sentinel Commands
- info sentinel -> return Bulk String.
- role -> 해당 메소드 없음.
- sentinelMonitor(masterName, ip, port, quorum) -> return Simple String.
- sentinelMasters() -> return List<Map<String, String>>.
- sentinelMaster() -> 해당 메소드 없음.
- sentinelSlaves(masterName) -> return List<Map<String, String>>.
- sentinelSentinels() -> 해당 메소드 없음.
- sentinelGetMasterAddrByName(masterName) -> return List<String>.
- sentinel Reset(pattern) -> return long.
- sentinelFailover(masterName) -> return Simple String.
- sentinelCkquorum() -> return String.
- sentinelSimulateFailure() -> 해당 메소드 없음.
- sentinel Set(masterName, param, value) -> return Simple String.
- sentinelFlushConfig() -> 해당 메소드 없음.
- sentinelInfoCache() -> 해당 메소드 없음.
- sentinelPendingScripts() -> 해당 메소드 없음.
- sentinel Remove(String masterName) -> return Simple String.
Sentinel
INFO Sentinel
ROLE -> 해당 메소드 없음
Sentinel Monitor
Sentinel Masters
Sentinel Master -> 해당 메소드 없음
Sentinel Slaves
Sentinel Sentinels -> 해당 메소드 없음
Sentinel getMasterAddrByName
Sentinel Reset
Sentinel Failover
Sentinel Ckquorum -> 해당 메소드 없음
Sentinel Simulate-Failure -> 해당 메소드 없음
Sentinel Set
Sentinel FlushConfig -> 해당 메소드 없음
Sentinel Info-Cache -> 해당 메소드 없음
Sentinel Pending-Scripts -> 해당 메소드 없음
Sentinel Remove
<< Pipeline | Sentinel | Cluster >> |
---|
Email
답글이 올라오면 이메일로 알려드리겠습니다.