RedisServerRole
Assembly: ServiceStack.Interfaces.dll
View Source
Declaration
public enum RedisServerRole
Fields
Unknown
View Source
Declaration
Unknown = 0
Master
View Source
Declaration
Master = 1
Slave
View Source
Declaration
Slave = 2
Sentinel
View Source
Declaration
Sentinel = 3