All Topics

Memcached

A way to cache your data in memory

Overview

Memcached is a datastore that is designed with making web applications faster and more performant with caching. It’s very similar to other datastores like Redis that are used for keeping data in an fast-to-access place for your web application, as opposed to going to something like a relational database each time.

Related Topics

What you should learn next