set_multi() and delete_multi()

Brad Fitzpatrick brad at danga.com
Fri Mar 9 20:18:45 UTC 2007


Yup.

It's actually kinda stupid get is magic and we didn't just make all
clients pipeline multi-get from the start.  But get is kinda common, so it
gets to be special.


On Fri, 9 Mar 2007, Paul Lindner wrote:

>
> On Fri, Mar 09, 2007 at 02:53:35PM +0300, Michael wrote:
> > Hi.
> >
> > Function get_multi() is very useful and helps save a lot of resources.
> > What about set_multi() and delete_multi() in memcached API? I think,
> > they will be very useful too.
>
> set/delete_multi() can (and should?) be implemented in the client.
> The client can transmit multiple delete/set requests in a stream and
> then wait for the results to come back if I'm not mistaken.
>
> --
> Paul Lindner        ||||| | | | |  |  |  |   |   |
> lindner at inuus.com
>


More information about the memcached mailing list