這篇文章主要介紹“php中Memcached的 概念是什么”的相關(guān)知識,小編通過實際案例向大家展示操作過程,操作方法簡單快捷,實用性強,希望這篇“php中Memcached的 概念是什么”文章能幫助大家解決問題。
我們提供的服務(wù)有:網(wǎng)站設(shè)計制作、成都網(wǎng)站設(shè)計、微信公眾號開發(fā)、網(wǎng)站優(yōu)化、網(wǎng)站認(rèn)證、杭州ssl等。為上千企事業(yè)單位解決了網(wǎng)站和推廣的問題。提供周到的售前咨詢和貼心的售后服務(wù),是有科學(xué)管理、有技術(shù)的杭州網(wǎng)站制作公司
安裝方式:
官網(wǎng)下載:memcached-1.1.12.tar.gz
libevent下載:libevent-1.1a.tar.gz
編譯安裝:
# tar -xzf libevent-1.1a.tar.gz # cd libevent-1.1a# ./configure --prefix=/usr# make# make install# cd .. # tar -xzf memcached-1.1.12.tar.gz# cd memcached-1.1.12 # ./configure --prefix=/usr# make# make install
運行程序:
/usr/bin/memcached -d -m 128 -l 192.168.1.1 -p 11211 -u httpd
memcached應(yīng)用示例:
array('192.168.1.1:11211') 'debug' => true, 'compress_threshold' => 10240, 'persistant' => false ); ?>
關(guān)于“php中Memcached的 概念是什么”的內(nèi)容就介紹到這里了,感謝大家的閱讀。如果想了解更多行業(yè)相關(guān)的知識,可以關(guān)注創(chuàng)新互聯(lián)行業(yè)資訊頻道,小編每天都會為大家更新不同的知識點。