Closed GoogleCodeExporter closed 9 years ago
I am sorry if I put this here but I am wondering if this could be a potential
bug. I
have posted it in the group a few minutes ago.
Original comment by wuilber...@gmail.com
on 30 Jul 2009 at 8:58
set is async operation, try this:
Future<Boolean> operation = mcClient.set(key, expTime, o);
operation.get();
Original comment by maq...@gmail.com
on 9 Dec 2009 at 9:26
This issue is due to confusion over synchronous and asynchronous commands.
Original comment by mikewie...@gmail.com
on 13 Sep 2011 at 9:50
Original issue reported on code.google.com by
wuilber...@gmail.com
on 30 Jul 2009 at 8:21