Commit 67d53bd8 authored by Nick Craver's avatar Nick Craver

Cleanup: Literals

parent 0be88ee3
...@@ -59,15 +59,13 @@ public static readonly RedisValue ...@@ -59,15 +59,13 @@ public static readonly RedisValue
XOR = "XOR", XOR = "XOR",
XX = "XX", XX = "XX",
// Sentinel Literals // Sentinel Literals
MASTERS = "MASTERS", MASTERS = "MASTERS",
MASTER = "MASTER", MASTER = "MASTER",
SLAVES = "SLAVES", SLAVES = "SLAVES",
GETMASTERADDRBYNAME = "GET-MASTER-ADDR-BY-NAME", GETMASTERADDRBYNAME = "GET-MASTER-ADDR-BY-NAME",
// RESET = "RESET", // RESET = "RESET",
FAILOVER = "FAILOVER", FAILOVER = "FAILOVER",
// Sentinel Literals as of 2.8.4 // Sentinel Literals as of 2.8.4
MONITOR = "MONITOR", MONITOR = "MONITOR",
......
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