Hi,

If using the latest 3.0.x-beta you can execute it like

 $pool = new MemcachePool();
 $pool->addServer(...);
 $pool->delete(array('key1', 'key2'));

Multi-set/add/replace/append/prepend like

 $pool->set(array('key1' => 'val1', 'key2' => 'val2'));

//Mikael

Jonathan Ariel wrote:
Hi,
Is there any way to execute multiple deletes in one "request" from PHP? I want to avoid the latency of waiting for the response of every delete when having lots of deletes to execute.

Thanks!

Jonathan

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to