Module lettuce.core

Interface RedisInstance

All Known Subinterfaces:
RedisNodeDescription
All Known Implementing Classes:
RedisClusterNode, RedisMasterInstance, RedisReplicaInstance, RedisSentinelInstance, RedisSlaveInstance, RedisUpstreamInstance

public interface RedisInstance
Represents a redis instance according to the ROLE output.
Since:
3.0
Author:
Mark Paluch
  • Nested Class Summary

    Nested Classes
    Modifier and Type Interface Description
    static class  RedisInstance.Role
    Possible Redis instance roles.
  • Method Summary

    Modifier and Type Method Description
    RedisInstance.Role getRole()