Search Results

0
votes

Dump memcache keys from GAE SDK Console?

Memcache is designed to be quick and there's no convincing use case for this functionality which would justify the overhead required for a command that is so at odds with the rest of memcached. …
2
votes

Visualising Memcached RAM consumption over time

Memcache reports a number of statistics such as memory used, objects stored, hits and misses. Connect to the server (probably localhost:11211) with a standard TCP socket and write "stats\n" to get …