Enum ServerType
- Namespace
- StackExchange.Redis
- Assembly
- StackExchange.Redis.StrongName.dll
Indicates the flavor of a particular redis server
public enum ServerType
Fields
Cluster = 2Distributed redis-cluster server
Sentinel = 1Monitoring/configuration redis-sentinel server
Standalone = 0Classic redis-server server
Twemproxy = 3Distributed redis installation via twemproxy