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

Does Python-memcache Use Consistent Hashing?

I'm using the python-memcache library, and I'm wondering if anyone knows if consistent hash… Read more Does Python-memcache Use Consistent Hashing?

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

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?

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

How To Export All Keys And Values From Memcached With Python-memcache?

I would like to export all keys and values from a memcached server, using python-memcache. There is… Read more How To Export All Keys And Values From Memcached With Python-memcache?