Contoh penggunaan Memcache untuk menyimpan data.
<?php
$memcache = new Memcache;
$memcache->connect('localhost', 11211) or die ("Could not connect");
$key = "Test"; // Nama unique key yang akan disimpan (cache) di cluster memory
$cache_result...
Selasa, 18 Desember 2012
09.52
1 comment
Needed
Files
·
memcached.exe Direct Link
·
MSVCP71.DLL Windows DLL Files
·
msvcr71.dll
·
php_memcache.dll Working...
Langganan:
Postingan (Atom)