Commit 41bf6750 authored by Marc Gravell's avatar Marc Gravell

add [Flags] to replication-change-options

parent 4b377f05
namespace StackExchange.Redis using System;
namespace StackExchange.Redis
{ {
/// <summary> /// <summary>
/// Additional operations to perform when making a server a master /// Additional operations to perform when making a server a master
/// </summary> /// </summary>
[Flags]
public enum ReplicationChangeOptions public enum ReplicationChangeOptions
{ {
/// <summary> /// <summary>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment