Getting the Most Out of Memcache

Despite being the go-to scaling solution for most production websites, Memcache often isn’t used to its full potential. Most developers only know about the get, set, and delete operations. However, Memcache has a broader set of operations that help developers build more advanced apps with less code and even further improved performance.

We’ve covered these broader operations in a Heroku Dev Center article: Getting the Most Out of Memcache. Give it a read and let us know if we can answer any questions.