Table of Contents

Enum ShutdownMode

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

Defines the persistence behaviour of the server during shutdown

public enum ShutdownMode

Fields

Always = 2

The data is persisted even if save points are NOT configured

Default = 0

The data is persisted if save points are configured

Never = 1

The data is NOT persisted even if save points are configured