The Watch for Redis research

Source: Internet
Author: User

For specific comments, the code looks like this:

1          Public Static voidtranstest ()2         {3Redisclient client1 =Newredisclient (host, port);4Redisclient Client2 =Newredisclient (host, port);5             //initial K1 is 16Client1. set<string> ("K1","1");7Console.WriteLine (Client1. get<string> ("K1"));8             //Monitoring K19Client1. Watch ("K1");Ten             vartrans =Client1. CreateTransaction (); OneTrans. Queuecommand (r = r.set<string> ("K1","11111111111111")); A             //K2 does not exist -Trans. Queuecommand (r = r.set<string> ("K2","2")); -             //Other clients modify the value of K1 before a transaction commits theClient2. set<string> ("K1","aaaaaaaaaa"); -             //Commit a transaction - trans.commit (); -Console.WriteLine (Client1. get<string> ("K1"));//This will output AAAAAAAAAA +Console.WriteLine (Client1. get<string> ("K2"));//This value will be empty - Console.read (); +}

The Watch for Redis research

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.