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 <[email protected]> > 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 objects works fine. > > is there any restriction to the size of cached objects? how can I > check if the value was successfully set? > > regards > Julian > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<django-users%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/django-users?hl=en. > > > >--
You received this message because you are subscribed to the Google Groups "Django users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to [email protected].
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

