Table of Contents

Enum RedisChannel.PatternMode

Namespace
StackExchange.Redis
Assembly
StackExchange.Redis.StrongName.dll

The matching pattern for this channel

public enum RedisChannel.PatternMode

Fields

Auto = 0

Will be treated as a pattern if it includes *

Literal = 1

Never a pattern

Pattern = 2

Always a pattern