Skip to content Skip to sidebar Skip to footer
Showing posts with the label Python Memcached

How Do I Return All Memcached Values In Google App Engine?

I want to use all the data in my python app engine memcache. I do not know the keys in advance. Ho… Read more How Do I Return All Memcached Values In Google App Engine?

How To Name/arrange My Memcached Keys When I Have Django Objects With Multiple Foreign Keys?

I have an existing Django app that doesn't do any Database caching. I am working to implement m… Read more How To Name/arrange My Memcached Keys When I Have Django Objects With Multiple Foreign Keys?