If you use our client, http://code.google.com/p/beitmemcached/, it has built-in compression of large objects. However, if the compressed size of your data is larger than 1MB, you can't store it as one item, you have to split it up somehow and store the parts.
/Henrik On Thu, Jan 12, 2012 at 15:23, Mala Gupta <[email protected]> wrote: > In C# How can i store large amount of data in memcached, I'm getting > exception "object too large for cache ", Please help me .... > thanks >
