Monster Oasis
覺得累就是進步的開始!

2008/07/30

memcache sample code

Filed under: Programming/php — Tags: , — 6:20 pm

簡單版的測試 sample code

[code language='php']

// filename : memcache.php

$memcache = new Memcache;
$memcache->addServer('172.20.50.25', 11211);

// set 一個值到 memcache

$memcache->set('key', time() , MEMCACHE_COMPRESSED, 120);

// get 值

$data=$memcache->get('key');
print_r($data);

No Comments

No comments yet.

RSS feed for comments on this post.

Sorry, the comment form is closed at this time.


www.monster.com.tw , © Copyright 2008