Table of Contents

Enum MigrateOptions

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

Additional options for the MIGRATE command

[Flags]
public enum MigrateOptions

Fields

Copy = 1

Do not remove the key from the local instance.

None = 0

No options specified

Replace = 2

Replace existing key on the remote instance.