Open GoogleCodeExporter opened 8 years ago
Original comment by dsalli...@gmail.com
on 26 Aug 2011 at 6:41
MemcachedClient c = new MemcachedClient(new InetSocketAddress("127.0.0.1",
11211));
SerializingTranscoder serializingTranscoder = new SerializingTranscoder();
serializingTranscoder.setCompressionThreshold(Integer.MAX_VALUE);
c.set("testkey", 3600, "testval", serializingTranscoder);
Original comment by kal...@gmail.com
on 8 Oct 2012 at 11:25
Original comment by ingen...@gmail.com
on 8 Oct 2012 at 3:45
Original issue reported on code.google.com by
mdlte...@gmail.com
on 20 Jan 2010 at 9:28