Table of Contents

Enum CommandStatus

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

track status of a command while communicating with Redis

public enum CommandStatus

Fields

Sent = 2

command has been sent to Redis

Unknown = 0

command status unknown

WaitingToBeSent = 1

ConnectionMultiplexer has not yet started writing this command to redis