jedis_cluster
Jedis Cluster
Redis Developer Course | Redis Technical Support | Redis Enterprise Server |
---|
Cluster
Cluster
Cluster Commands
Jedis Cluster Commands
- Cluster Meet -> Simply string reply.
- Cluster Forget -> Simply string reply.
- Cluster AddSlots -> Simply string reply.
- Cluster DelSlots -> Simply string reply.
- Cluster Info -> Bulk string reply.
- Cluster Nodes -> Bulk string reply.
- Cluster Replicate -> Simply string reply.
- Cluster Slaves -> Array(List<String>) reply.
- Cluster Keyslot -> Integer reply.
- Cluster CountKeysInSlot -> Integer reply.
- Cluster GetKeysInSlot -> Array(List<String>) reply.
- Cluster SetSlot -> Simply string reply.
- Cluster Slots -> 3 Nested array(List<Object>) reply.
- Cluster Failover -> Simply string reply.
- Cluster Count-Failure-Reports -> 해당 메소드 없음.
- Cluster Reset -> Simply string reply.
- Cluster SaveConfig -> Simply string reply.
- Cluster Set-Config-Epoch -> 해당 메소드 없음.
- Cluster ReadOnly -> Simply string reply.
- Cluster ReadWrite -> 해당 메소드 없음.
Cluster Meet
Cluster Forget
Cluster AddSlots
Cluster DelSlots
Cluster Info
Cluster Nodes
Cluster Replicate
Cluster Slaves
Cluster Keyslot
Cluster CountKeysInSlot
Cluster GetKeysInSlot
Cluster SetSlot
Cluster Slots
Cluster Failover
Cluster Count-Failure-Reports -> 해당 메소드 없음
Cluster Reset
Cluster SaveConfig
Cluster Set-Config-Epoch -> 해당 메소드 없음
Cluster ReadOnly
Cluster ReadWrite -> 해당 메소드 없음
<< Sentinel | Jedis Cluster | Sharding >> |
---|
Email
답글이 올라오면 이메일로 알려드리겠습니다.