Monday, May 5, 2014

Cache me if you can: memcached, caching patterns and best practices

PyCon US 2014, Guillaume Ardaud

Memcached is a popular, blazing fast in-RAM key/object store mainly used in web applications (although it can be used in virtually any software). You will walk out of this talk with a solid understanding of memcached and what it does under the hood, and become familiar with several patterns and best practices for making the most of it in your own Python applications.

No comments:

Post a Comment