Redis calls and Uses

Source: Internet
Author: User

First step:

Add Reference 1.servicestack.dll ServiceStack.Interfaces.DLL ServiceStack.ServiceInterface.DLL above references are available To download on-line to 2. Call: Demo:stringticket ="";
            string host = "localhost" ;             string Elementkey = "Guoneiredis" ;                using  ( redisclient redisclient = New   redisclient (host))             {                  if (redisclient.get< string > (elementkey) = = NULL )                 {                         Thread  . Sleep (+); Redisclient.add (Elementkey, sb.) ToString (), DateTime  . Now.addseconds (300));//parameter has a key value to store the last parameter is the cache time "can not" ticket = sb. ToString ();                  }                  Else                 { ticket = redisclient.get< string > (Elementkey). ToString ();                 }   The string type is stored first;   Collection Class Row store and read this home page is not being researched ... also hope to know friends pointing to the mystery.   The main thing is to store the DataTable or list collection in the cache and if the data in the database data change cache is automatically updated.

Redis calls and Uses

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.