Table of Contents

Enum RetransmissionReasonType

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

If an IProfiledCommand is a retransmission of a previous command, this enum is used to indicate what prompted the retransmission.

This can be used to distinguish between transient causes (moving hashslots, joining nodes, etc.) and incorrect routing.

public enum RetransmissionReasonType

Fields

Ask = 1

Issued to investigate which node owns a key

Moved = 2

A node has indicated that it does not own the given key

None = 0

No stated reason