[Answered ]-Apparent bug storing large keys in django memcached

2👍

So I couldn’t seem to find it before, but apparently this question has already been answered.

Django caching a large list

The problem is that both memcached and Django’s memcached binding set limits of 1 MB. I’m pretty sure this is a bug – the python binding should respect memcached’s actual configuration. The new value has to be hardwired in, apparently.

👤Alex

Leave a comment