Brief Introduction
Learn to use memcached the right wayDescription
Caching improves application performance.
Memcached is an industrial strength caching software that's widely used in the industry.
What makes memcached particularly popular is the availability of libraries in multiple languages and a consistent API.
One must use a caching software correctly to ensure correctness across multiple operations.
We will cover details about memcached and see how to use memcached to perform multiple operations in a thread safe manner.
Requirements
- Requirements
- Basic programming knowledge.
- Knowledge of python is a plus.
- If you've ever written a client / server application, that's a plus.