My first Django snippet: Another Memcache status view
Thursday | February 14, 2008 | 5:50 pm
Hooray! I posted by first Django snippet today. It’s a status view for your memcache server(s).
I had originally used this snippet, but the regex and socket thing never quite sat right with me.
Turns out that django.core.cache has a _cache object with a nice get_status() function. It returns a list of tuples — one for each server in your CACHE_BACKEND setting — the first item of each tuple is the server name/IP and port, the second item of the tuple is a dictionary with all the relevant stats you could need.
Permalink | Comments (0) | Categories: Django, Python, Technology
Post a comment
Disclaimer: I work at The Atlanta Journal-Constitution. The opinions expressed here are my own, and do not reflect those of the AJC, Cox Newspapers, Cox Enterprises nor any other party.
Comments
Be the first to post a comment!