This article is a mirror article of machine translation, please click here to jump to the original article.

View: 20642|Reply: 0

[Source] .NET Memcached and .NET client calls

[Copy link]
Posted on 8/18/2016 9:53:26 AM | | |

NET memcached client library

Download address: https://sourceforge.net/projects/memcacheddotnet


       memcached client class library
        The client library includes the following DLLs:

       Memcached.ClientLibrary.dll
       ICSharpCode.SharpZipLib.dll
       log4net.dll

  Put these three DLLs into the Bin directory and reference Memcached.ClientLibrary.dll in the project
  
When using the Ingest namespace using Memcached.ClientLibrary



2. Memcached uses log4net, so let's configure log4net first (this link can be skipped)
Find the configSections node in web.config and add the following
<section name="log4net" type="log4net.Config.Log4NetConfigurationSectionHandler, log4net" />

In addition to the configSections node, add the following:






Previous:asp.net mvc upload interface demo
Next:Debug IIS pages by attaching processes in VS, and solve the problem of setting breakpoints that are invalid
Disclaimer:
All software, programming materials or articles published by Code Farmer Network are only for learning and research purposes; The above content shall not be used for commercial or illegal purposes, otherwise, users shall bear all consequences. The information on this site comes from the Internet, and copyright disputes have nothing to do with this site. You must completely delete the above content from your computer within 24 hours of downloading. If you like the program, please support genuine software, purchase registration, and get better genuine services. If there is any infringement, please contact us by email.

Mail To:help@itsvse.com