libmemcache

    0熱度

    2回答

    嘿,這裏有我的當前設置的版本 Memcached的(1.2.2) PECL的memcached客戶端1.0.2(使用libmemcached 0.43) 問題:我不能獲取在獲取請求期間返回的cas令牌 以下是有問題的代碼! 27 public function action_test() { 28 //phpinfo(); 29 $m = Model_Mem::getSingleton()

    5熱度

    2回答

    我有以下代碼: $cluster['local'] = array('host' => '192.168.1.1', 'port' => '11211', 'weight' => 50); $cluster['local2'] = array('host' => '192.168.1.2', 'port' => '11211', 'weight' => 50); $this->memcach