On Wed, 17 Mar 2010 16:05:48 -0300 Juan Manuel García del Moral <juanman...@taringa.net> wrote:
JMGdM> So I would have to retrieve (client.get()) the value, then JMGdM> increment it and update it (client.set()) again? with the JMGdM> inconsistency risk this two operations imply... Can you explain what you are trying to accomplish? Maybe there's a way to accomplish it without atomic operations. Ted