Like the name, what does a multigame from memcache look like?
Is this the right way to use multiget?
$memcache_obj = new Memcache; $memcache_obj->connect('memcache_host', 11211); $var = $memcache_obj->get(Array('some_key', 'second_key'));
thanks
UPDATE: anyone who wants to do the same, check out this add-on: http://www.craigiam.com/blog/19/memcached-multiget-using-php-pecl-memcache-class
Many thanks to Pascal_Martin for solving the problem!
source share