Commit 786e946d authored by Nick Craver's avatar Nick Craver Committed by GitHub

Merge pull request #412 from steroberts89/master

Fixing Documentation for ConfigurationOptions.Proxy
parents f04e516a 2444fcf3
......@@ -233,7 +233,7 @@ public CommandMap CommandMap
public string Password { get { return password; } set { password = value; } }
/// <summary>
/// Indicates whether admin operations should be allowed
/// Type of proxy to use (if any); for example Proxy.Twemproxy
/// </summary>
public Proxy Proxy { get { return proxy.GetValueOrDefault(); } set { proxy = value; } }
......
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