關鍵字搜尋十次存入memcache

2021-07-23 23:38:50 字數 479 閱讀 3247

需求:

實現思路:

沒有內容的情況:

讀取資料庫 同時將1存入memcache

存有內容的情況:

判斷memcache中的值小於等於9 : 遞次加1 替換memcache

判斷memcache中的值等於10 : 讀取資料庫 同時將查詢陣列存入memcache

搜尋大於10次 : 即直接讀取memcache

$name = $_get['name'];

$name=urldecode($name);

//連線

$mem=new memcache;

$mem->connect("localhost",11211);

$val = $mem->get($name);

if($val)else if ($val==10)else

}else

print_r($data);

關鍵字搜尋

關鍵字搜尋 function sercah waitmsg 已找到對應的 g keys count 處關鍵字!1 相同關鍵字查詢時返回 reading children reading box m p css span keys removeattr style removeattr id g ke...

ntext搜尋關鍵字

選擇自 zjcxc 的 blog ntext搜尋 按 tb 表中的 keyword 在 ta 中查詢 content 列出每個 keyword 在 content 中的具體位置 鄒建 2004.07 測試資料 create table ta id int identity 1,1 content n...

ntext搜尋關鍵字

ntext搜尋 按 tb 表中的 keyword 在 ta 中查詢 content 列出每個 keyword 在 content 中的具體位置 鄒建 2004.07 引用請保留此資訊 測試資料 create table ta id int identity 1,1 content ntext ins...