Re: using cache.set with large object

2010-01-07 Thread Yohan Boniface
Hi, Some element here : http://code.google.com/p/memcached/wiki/FAQ#What_is_the_maximum_data_size_you_can_store?_(1_megabyte) Cheers, 2010/1/7 Julian > hi, > > i'm using the low level caching for caching a very large object, in > this case a defaultdict with several 100.000 key-value-pairs. the

using cache.set with large object

2010-01-07 Thread Julian
hi, i'm using the low level caching for caching a very large object, in this case a defaultdict with several 100.000 key-value-pairs. the problem is, everytime I try to retrieve the data with cache.get, it returns None. I'm using memcached and the caching time is set to one week. caching smaller o