While doing some web development, I needed to have Memcached (source code) installed on my local machine to closely simulate what was going on my server.
How to install Memcached on Windows?
Memcached is a high-performance, distributed memory object caching system, generic in nature, but intended for use in speeding up dynamic web applications by alleviating database load. Extract the downloaded archive file. From the command prompt, go to the memcached directory.
Steps to install Memcached on Windows:
C:\memcached
memcached.exe
file in the unzipped folder.c:\memcached\memcached.exe -d install
For start and stop run following command line
c:\memcached\memcached.exe -d start
c:\memcached\memcached.exe -d stop
I just ran the following off a youtube tutorial after @Bashirpurs step-by-step guide. Make sure to cd into the Memcached folder.
memcached -m 512(This is your memory allocation) -vvv
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With