Hi, I have done as the tutorial in the docs says and setup memcached for my site. The file is located in my home folder However its size is zero. Is it normal? How can I check that it works. I am still in dev mode so I can't test it with many users. asked 10 May '12, 11:49 xpanta |
If you want to inspect the status and contents of your memcached cache, then have a look at the tips here: How to communicate with memcached socket via shell? Hope that helps! answered 10 May '12, 11:55 seanf thanks for your answer. I tried both ways ( Why could that be?
(11 May '12, 00:04)
xpanta
Test Django caching by invoking 'python manage.py shell' and than attempting to use it at a low level the official docs have some good examples. This should give you a better idea of why its failing.
(11 May '12, 03:04)
johns
thanks. it fails. But I don't know why. I think I will open a ticket
(12 May '12, 02:39)
xpanta
|