Memcached-tool Installation On A Debian, Ubuntu, Alpine, Arch, Kali, CentOS, Fedora, Raspbian And MacOS

Memcached-tool Installation On A Debian, Ubuntu, Alpine, Arch, Kali, CentOS, Fedora, Raspbian And MacOS

memcached-tool

high-performance memory object caching system

Maintainer: Guillaume Delacour



Section: web

Install memcached-tool

  • Debian apt-get install memcached Click to copy
  • Ubuntu apt-get install memcached Click to copy
  • Alpine OS apk add memcached Click to copy
  • Arch Linux pacman -S memcached Click to copy
  • Kali Linux apt-get install memcached Click to copy
  • CentOS yum install memcached Click to copy
  • Fedora dnf install memcached Click to copy
  • Raspbian apt-get install memcached Click to copy
  • macOS brew install memcached Click to copy

memcached

high-performance memory object caching system

Danga Interactive developed memcached to enhance the speed of LiveJournal.com, a site which was already doing 20 million+ dynamic page views per day for 1 million users with a bunch of webservers and a bunch of database servers. memcached dropped the database load to almost nothing, yielding faster page load times for users, better resource utilization, and faster access to the databases on a memcache miss. memcached optimizes specific high-load serving applications that are designed to take advantage of its versatile no-locking memory access system. Clients are available in several different programming languages, to suit the needs of the specific application. Traditionally this has been used in mod_perl apps to avoid storing large chunks of data in Apache memory, and to share this burden across several machines.

Installation of latest memcached-tool command is available for Debian, Ubuntu, Alpine, Arch, Kali, CentOS, Fedora, Raspbian and macOS. You can copy the command for your OS from above and paste it into your terminal. Once you run the command it will download the 2026 latest package from the repository and install it in your computer/server.