Multiget/intelligent generic PHP wrapper function...
thoughts/advice wanted
Dustin Sallings
dustin at spy.net
Wed Oct 31 22:18:46 UTC 2007
On Oct 31, 2007, at 14:04 , mike wrote:
> (side note, is there a such thing as a multi-set?)
In the binary protocol, there is neither a multi-get nor a multi-
set. Instead, a multi-get is built by streaming gets that don't
report errors and then harvesting the results from the ones that did.
A similar thing could be built for sets, although I'd question the
benefit of that over plain protocol pipelining given the relative
rarity of sets.
--
Dustin Sallings
More information about the memcached
mailing list