Enum ClientType
- Namespace
- StackExchange.Redis
- Assembly
- StackExchange.Redis.StrongName.dll
The class of the connection
public enum ClientType
Fields
Normal = 0
Regular connections, including MONITOR connections
PubSub = 2
Subscription connections
Slave = 1
Replication connections