Comments on How to Install and Configure Memcached on Ubuntu 22.04

Memcached is a free and open-source memory object caching system that speeds up dynamic web applications by caching data in memory. This tutorial will show you how to install Memcached on an Ubuntu 22.04 server.

2 Comment(s)

Add comment

Please register in our forum first to comment.

Comments

By: Dogbreath

Not sure if something changed or if this was always wrong but the module name is memcache not memcached, so php{en,dis}mod memcached won't do anything.

By: till

The info in the article is correct, there are two different modules in PHP: memache and memcached. Example from "apt-cache search php | grep memcache":

php8.3-memcache - memcache extension module for PHPphp8.3-memcached - memcached extension module for PHP, uses libmemcached