Quantcast
Channel: Search for a key in django.core.cache - Stack Overflow
Browsing all 2 articles
Browse latest View live

Answer by alTus for Search for a key in django.core.cache

Memcached only allows you to get/set entries by their keys. You can't iterate these entries to check something. But if your cache keys are sequential (like sess1, sess2, etc.) you can try to check for...

View Article



Search for a key in django.core.cache

I am writing a simple livechat app using django. I keep data about chat sessions in a static variable on my Chat class. Locally it really works. I have deployed a test version of an app on heroku, but...

View Article
Browsing all 2 articles
Browse latest View live


Latest Images