search

Install memcache service

Apr 20, 2019 am 11:08 AM

memcache supports various operating systems such as windows and linux.

Installation steps under windows

(64-bit) Download address:

Link:https://www.php.cn/ xiazai/gongju/1523

(32-bit) Download address:

Link: https://www.php.cn/xiazai/gongju/1522

Installation:

1 Extract the installation package to the hard disk,

2 Enter the 'drive letter' in the terminal (i.e. cmd command interface): \memcached installation package location\memcached.exe -d install' Install

3 Drive letter:\memcached installation package location\memcached.exe -d start' Start.

NOTE: In the future, memcached will be automatically started as a service of Windows every time you boot up. The server side has now been installed.

Installing under Linux

centOs: Directly execute yum install memcached to install successfully.

Execute service memcached start to open memcahe

memcache official website address: http://memcached.org/downloads

You can download the latest memcache version from the official website and compile and install it .

Debian/Ubuntu: apt-get install libevent-dev Redhat/Centos: yum install libevent-devel
wget http://memcached.org/latest
tar -zxvf memcached-1.x.x.tar.gz
cd memcached-1.x.x
./configure && make && make test && sudo make install

View status

telnet localhost 11211

Enter stats to view, and command quit to exit.

Modify configuration file

/etc/sysconfig/memcached

The above is the detailed content of Install memcache service. For more information, please follow other related articles on the PHP Chinese website!

Statement
This article is reproduced at:hcoder. If there is any infringement, please contact admin@php.cn delete

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

Video Face Swap

Video Face Swap

Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Tools

VSCode Windows 64-bit Download

VSCode Windows 64-bit Download

A free and powerful IDE editor launched by Microsoft

DVWA

DVWA

Damn Vulnerable Web App (DVWA) is a PHP/MySQL web application that is very vulnerable. Its main goals are to be an aid for security professionals to test their skills and tools in a legal environment, to help web developers better understand the process of securing web applications, and to help teachers/students teach/learn in a classroom environment Web application security. The goal of DVWA is to practice some of the most common web vulnerabilities through a simple and straightforward interface, with varying degrees of difficulty. Please note that this software

Atom editor mac version download

Atom editor mac version download

The most popular open source editor

Notepad++7.3.1

Notepad++7.3.1

Easy-to-use and free code editor

mPDF

mPDF

mPDF is a PHP library that can generate PDF files from UTF-8 encoded HTML. The original author, Ian Back, wrote mPDF to output PDF files "on the fly" from his website and handle different languages. It is slower than original scripts like HTML2FPDF and produces larger files when using Unicode fonts, but supports CSS styles etc. and has a lot of enhancements. Supports almost all languages, including RTL (Arabic and Hebrew) and CJK (Chinese, Japanese and Korean). Supports nested block-level elements (such as P, DIV),