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