Commit d9fa8e5e authored by Marc Gravell's avatar Marc Gravell

Oops; those two methods are DEBUG only

parent d3c4a48d
......@@ -623,6 +623,8 @@ public IEnumerable<SortedSetEntry> SortedSetScan(RedisKey key, RedisValue patter
return this.Inner.SortedSetScan(this.ToInner(key), pattern, pageSize, flags);
}
#if DEBUG
public string ClientGetName(CommandFlags flags = CommandFlags.None)
{
return this.Inner.ClientGetName(flags);
......@@ -632,5 +634,6 @@ public void Quit(CommandFlags flags = CommandFlags.None)
{
this.Inner.Quit(flags);
}
#endif
}
}
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