Bulk operations on counters

No we do not have a “mutliincr”.

Jut a small comment on the “network trip”, (not that important), the multiget does not change a lot the impact on the network, it is more an helper method for the developer.
In call cases the messages are pipelined on the socket, the only difference between a list of simple get compare to a list of multi get is the fact that the “cache misses” are not returned in the context of a multiget they are implicit.

Tug