Enum When
- Namespace
- StackExchange.Redis
- Assembly
- StackExchange.Redis.StrongName.dll
Indicates when this operation should be performed (only some variations are legal in a given context)
public enum When
Fields
Always = 0
The operation should occur whether or not there is an existing value
Exists = 1
The operation should only occur when there is an existing value
NotExists = 2
The operation should only occur when there is not an existing value