Enum ExportOptions
- Namespace
- StackExchange.Redis
- Assembly
- StackExchange.Redis.StrongName.dll
Which settings to export
[Flags]
public enum ExportOptions
Fields
All = -1Everything available
Client = 4The output of CLIENT LIST
Cluster = 8The output of CLUSTER NODES
Config = 2The output of CONFIG GET *
Info = 1The output of INFO
None = 0No options