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

How To Use Memcached In Django Project?

I am working on django-project ,I want to reduce database request overhead. So I am trying with dja… Read more How To Use Memcached In Django Project?

Get List Of Cache Keys In Django

I'm trying to understand how Django is setting keys for my views. I'm wondering if there… Read more Get List Of Cache Keys In Django

Using Multiple Memcache Servers In A Pool

I'm going through the documentation and I'm a little confused as to how memcache does inter… Read more Using Multiple Memcache Servers In A Pool

The Proper Way To Scale Python Tornado Application

I am searching for some way to scale one instance of tornado application to many. I have 5 servers … Read more The Proper Way To Scale Python Tornado Application

Installing Pylibmc On Ubuntu

When running pip install pylibmc on Ubuntu, I get the following error: _pylibmcmodule.h:42:36: fat… Read more Installing Pylibmc On Ubuntu

Removing Specific Items From Django's Cache?

I'm using site wide caching with memcached as the backend. I would like to invalidate pages in … Read more Removing Specific Items From Django's Cache?