ServiceStack.Redis.RedisNativeClient.DebugSegfault C# (CSharp) Method

DebugSegfault() public method

public DebugSegfault ( ) : void
return void
        public void DebugSegfault()
        {
            SendExpectSuccess(Commands.Debug, Commands.Segfault);
        }
RedisNativeClient