Install Memcached Windows

What is Memcached?Free & open source, high-performance, distributed memory object caching system, generic in nature, but intended for use in speeding up dynamic web applications by alleviating database load.

Memcached is an in-memory key-value store for small chunks of arbitrary data (strings, objects) from results of database calls, API calls, or page rendering.

Memcached is simple yet powerful. Its simple design promotes quick deployment, ease of development, and solves many problems facing large data caches. Its API is available for most popular languages.

Oct 14, 2018  Memcached-windows. What is Memcached? Free & open source, high-performance, distributed memory object caching system, generic in nature, but intended for use in speeding up dynamic web applications by alleviating database load. Memcache was designed with Linux in mind and not windows, so it has posed some installation issues because Windows users are not so familiar with having to compile code from source as memcache does not come with any installation software. Download memcached. Many of us use Windows machines for development. Sometimes it is hard to test some cool Linux stuff like Memcached on Windows and I am often too lazy to install some virtual machines. So I googled for a while and installed Memcached on Windows. Here is how you can do it too.

Reference: (https://memcached.org/)

There are two major sources for the pre-built windows binary: Jellycan and Northscale, and both versions can be used.

This versions are vulnerable to multiple RCE vulnerabilities and out of date.

  • c:memcachedmemcached.exe -d install
  • c:memcachedmemcached.exe -d start
  • c:memcachedmemcached.exe -d stop
  • c:memcachedmemcached.exe' -d runservice -m 512
Install Memcached Windows
  • c:memcachedmemcached.exe -d uninstall
  • schtasks /create /sc onstart /tn memcached /tr 'c:memcachedmemcached.exe' -m 512'
Pip install memcache
  • schtasks /delete /tn memcached

Install Memcached Windows Php 7

  • .Net in C#:

Memcached 1.5 Windows

  1. Repository: https://github.com/enyim/EnyimMemcached
  2. Nuget: https://www.nuget.org/packages/EnyimMemcached/

Comments are closed.