Re: Low Level Cache Issue

2013-06-21 Thread Max Vizard
Figured this out now. The problem is that Django automatically prepends ':1:' to the key, where 1 is the VERSION setting from the CACHES dict. I didn't think this was made particularly clear in the documentation when I first went through it but sure enough, it is quite clearly stated here: http

Low Level Cache Issue

2013-06-20 Thread Max Vizard
Hi there, I'm having some issues with the low level cache functionality in Django 1.4 and I can't seem to find info relevant to my exact problem. I'm running a separate Python script to check on the status of a Master and Slave MySQL db pair, which then inserts some values into a local Memcache