Commit 043cb7cf authored by Faisal Abbas's avatar Faisal Abbas Committed by Nick Craver

Add shutdown command to sentinel command map. (#1300)

Fixes #93.
parent 4f964b72
......@@ -72,7 +72,7 @@ internal CommandMap(CommandBytes[] map)
/// <remarks>https://redis.io/topics/sentinel</remarks>
public static CommandMap Sentinel { get; } = Create(new HashSet<string> {
// see https://redis.io/topics/sentinel
"ping", "info", "sentinel", "subscribe", "psubscribe", "unsubscribe", "punsubscribe" }, true);
"ping", "info", "sentinel", "subscribe", "shutdown", "psubscribe", "unsubscribe", "punsubscribe" }, true);
/// <summary>
/// Create a new CommandMap, customizing some commands
......
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