uohzoaix / spymemcached

Automatically exported from code.google.com/p/spymemcached
0 stars 0 forks source link

max_size ignored in asyncGet #57

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
In asyncGet when creating the CachedData object the max_size from the 
transcoder isn't used so 
there is no way to return a value greater than 1MB even if the server and the 
transcoder support it.

Original issue reported on code.google.com by trevordk...@gmail.com on 29 Mar 2009 at 6:56

GoogleCodeExporter commented 9 years ago
Fixed in
c6f8a9783af431c5f9ec4f8d178f10c4698fb46c

Kind of big and changes the transcoder API a bit:

http://github.com/dustin/java-memcached-client/commit/c6f8a9783af431c5f9ec4f8d17
8f10c4698fb46c

Original comment by dsalli...@gmail.com on 2 Apr 2009 at 12:23