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