Table of Contents

Enum ConnectionType

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

The type of a connection

public enum ConnectionType

Fields

Interactive = 1

An interactive connection handles request/response commands for accessing data on demand

None = 0

Not connection-type related

Subscription = 2

A subscriber connection recieves unsolicted messages from the server as pub/sub events occur