memcache清除items和expired方法
1.第一種方法:只能清除處於expired狀態的快取:echo “flush_all”|nc localhost 11211
2.第二種方法:清除所有資料快取:
1
|
<?php
|
memcache_flush($memcache_obj);
/* OO API */
$memcache_obj = new Memcache;
$memcache_obj->connect(`memcache_host`, 11211);
$memcache_obj->flush();
?>
/* procedural API */
$memcache_obj = memcache_connect(`memcache_host`, 11211);
本文轉自 geekwolf 51CTO部落格,原文連結:http://blog.51cto.com/linuxgeek/997983
相關文章
- memcache同步session的方法Session
- items
- thinkphp 3.2 redis memcache 呼叫方法PHPRedis
- EXPIRED和OBSOLETE的區別
- memcache和redis區別Redis
- redis和memcache的對比——配置Redis
- CSS如何清除浮動的方法和優缺點CSS
- ORA-28001: the password has expired解決方法
- 清除web記錄方法Web
- Michael kors handbags such items
- 淺談網站黑鏈檢測和清除的方法網站
- memcache的item key和序列化
- yarn certificate has expiredYarn
- Memcache教程 Memcache零基礎教程
- windows環境下memcache配置方法 詳細篇Windows
- Bios清除密碼方法iOS密碼
- 清除xhmlhttp快取的方法HTTP快取
- 清除DNS快取資訊方法DNS快取
- Memcache for WindowsWindows
- DataTransfer.items 屬性
- CSS align-itemsCSS
- C. Splitting Items
- Rman備份中obsolete和expired的區別
- SQLSERVER 2005 清除DB日誌和 ERRORLOG 的方法SQLServerError
- ruby訪問memcache[使用memcache-client1.7.0]client
- DB2 License expiredDB2
- CSS清除浮動方法大全CSS
- 微信清除快取資料方法快取
- 清除浮動方法總結(轉)
- CSS清除浮動方法小結CSS
- css清除浮動各種方法:CSS
- Your password has expired. To log in you must change it using a client that supports expired passworclient
- How to modify multiple items in the SAP menu
- How To Delete Unwanted Boot Menu Itemsdeleteboot
- Memcache基礎
- memcache安裝
- Python教程分享:Redis和Memcache的區別?PythonRedis
- Win10怎麼清除所有資料?Win10電腦清除所有資料的方法和步驟Win10