RedisClientType
Assembly: ServiceStack.Interfaces.dll
View Source
Declaration
public enum RedisClientType
Fields
Normal
View Source
Declaration
Normal = 0
Slave
View Source
Declaration
Slave = 1
PubSub
View Source
Declaration
PubSub = 2
public enum RedisClientType
Normal = 0
Slave = 1
PubSub = 2