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

UnWatch() public method

public UnWatch ( ) : void
return void
        public void UnWatch()
        {
            SendExpectCode(Commands.UnWatch);
        }
RedisNativeClient