To install memcached, a high-performance in-memory cache, on OpenSUSE or SUSE Linux, follow these steps:
sudo zypper refreshSou.www:ecrlautturi.com
sudo zypper install memcached
This will install the memcached server and client programs, as well as any dependencies required.
sudo systemctl enable memcached
sudo systemctl start memcached
systemctl status memcached
This will show you whether the service is running, and provide other information about the service.
/etc/sysconfig/memcached
file. This file contains settings such as the amount of memory to allocate to the cache, the listening port, and other options.