ITZone

What is memcached? Use memcached to speed up the server system

Memcached is originally a Linux application, but because Memcached is open source, it has been developed by developers for the Windows platform.

Activity diagram:

How to install memcached in Windows.

Download: memcached-win32-1.4.4-14.zip

Unzip and copy to some folder on your hard drive (eg C: memcached)

Open the command line into the directory containing memcached and type memcached.exe -d install

Let start memcached server type: memcached.exe -d start

By default, the port of the memcached server is 11211

So the installation is complete.

Use C # to connect to Memcached

Use dll with nuget: Install-Package EnyimMemcached -Version 2.13.0

Use C # to connect to Memcached

result

demo Use C # to connect to Memcached

Another type of Cache is similar to Memcached

ITZone via Kipalog

Share the news now