Simon Willison’s Weblog

Subscribe

Items tagged memcached in Oct, 2010

Filters: Year: 2010 × Month: Oct × memcached × Sorted by date


What are people’s experiences using Memcached?

That it’s so obviously a good idea (and works so well) that you’d be crazy not to use it. As far as I’m concerned, it’s part of the default stack for any web application.

[... 46 words]

What is the best way to list every key stored in memcached?

Redis might be a better bet for this—it has a “KEYS *” command which can return every key in the dataset, and its GET and SET performance are comparable to memcached.

[... 113 words]

Types

Years

Months

Tags