awesome! it is weird that it's not in the change log of the release.
On Sat, May 3, 2008 at 1:27 PM, Mikael Johansson <[EMAIL PROTECTED]> wrote:
> 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
> >
>
>