libredisRedis 客戶端開(kāi)發(fā)包
Libredis 是一個(gè) Redis 的客戶端開(kāi)發(fā)包,采用C語(yǔ)言編寫(xiě),同時(shí)還包含了一個(gè) PHP 擴(kuò)展。
示例代碼:
$libredis = Libredis();
$connection = $libredis->get_connection("127.0.0.1");
//set a key:
$connection->set('hello', 'world', 200);
//set the key hello to 'world' with a timeout of 200ms
//get a key:
echo $connection->get('hello', 200); //get the value of key hello with a timeout of 200ms評(píng)論
圖片
表情
