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