macOS
brew install memcachedlocal Homebrew formula metadata
sudo port install memcachedMacPorts ports tree · sysutils/memcached/Portfile · ソース: api.github.com
brew
memcached のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。
インストール
brew install memcachedlocal Homebrew formula metadata
sudo port install memcachedMacPorts ports tree · sysutils/memcached/Portfile · ソース: api.github.com
sudo apk add memcachedAlpine Linux edge package indexes · memcached · ソース: dl-cdn.alpinelinux.org
sudo apt install memcachedDebian stable package indexes · memcached · ソース: deb.debian.org
sudo dnf install memcachedFedora Rawhide package metadata · memcached · ソース: dl.fedoraproject.org
nix profile install nixpkgs#memcachednixpkgs package indexes · pkgs/by-name/me/memcached/package.nix · ソース: api.github.com
sudo pacman -S memcachedArch Linux sync databases · memcached · ソース: geo.mirror.pkgbuild.com
sudo zypper install memcachedopenSUSE Tumbleweed package metadata · memcached · ソース: download.opensuse.org
scoop install main/memcachedScoop official bucket manifest trees · bucket/memcached.json · ソース: api.github.com
概要
High performance, distributed memory object caching system
履歴
Memcached is a high-performance distributed in-memory key-value cache for small arbitrary data, originally built to reduce database load for dynamic web applications. Its deliberately simple server design leaves distribution and key placement to clients.
The official about page traces Memcached to Brad Fitzpatrick at LiveJournal in 2003. The project grew from a web scaling tool into a long-lived C daemon, with libevent-based networking and a protocol simple enough to be implemented by clients in many languages.
The project documentation frames the architecture as a virtual pool of memory: clients hash keys to servers, servers store opaque values, and servers do not coordinate with each other. This simplicity made Memcached easy to deploy horizontally and kept the daemon focused on fast memory storage, eviction, and protocol handling.
The current upstream development repository is the central GitHub repository under the memcached organization. The development wiki describes the codebase as started in 2003, stable, long-term, and performance-sensitive, with central-branch quality gates, buildbots, regression tests, and careful performance testing.
Memcached became a standard package across Unix-like systems and language ecosystems because its protocol and operating model are small. The official site notes APIs for most popular languages, the development wiki says portability matters because Memcached ships as a standard package on many operating systems, and the batch input lists packages across Homebrew, Debian, Ubuntu, Fedora, Arch, Alpine, Nix, MacPorts, Scoop, and zypper.
The official homepage also names Netflix as a supporter and links users to documentation, mailing lists, GitHub issues, and release notes, showing a mature infrastructure around a widely deployed daemon rather than a single-library project.
Applications store the results of database calls, API calls, or page rendering under application-defined keys and retrieve those values before doing expensive work again. The official examples show direct protocol interaction over telnet on port 11211 with commands such as `get` and `stats`.
Operationally, administrators tune memory size, server count, and client hashing behavior rather than treating Memcached as a replicated database. The docs emphasize that servers are independent, data can expire or be evicted, and forgetting is a feature of the cache model.
Memcached is a package-manager classic: tiny enough to install everywhere, important enough to appear in nearly every server distribution, and old enough that downstreams care about init systems, portability, protocol compatibility, and security fixes. It is also a reference point for cache clients, monitoring tools, and experiments such as queues or persistent stores that reuse the memcached protocol.
セキュリティ状態
formula declares a Homebrew service.
リスク orange · 信頼度 中 · infrastructure
エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。
実行可能ファイル
| コマンド | 種類 | 公開範囲 | メモ |
|---|---|---|---|
memcached | cli | グローバル実行可能ファイル |
鮮度
これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。
インストールメタデータ
| パッケージキー | brew:memcached |
|---|---|
| バージョン | 1.6.45 |
| パッケージマネージャ | Homebrew |
| パッケージマネージャページ | https://formulae.brew.sh/formula/memcached |
| ホームページ | https://memcached.org/ |
| リポジトリ | https://github.com/memcached/memcached |
| 上流ドキュメント | https://docs.memcached.org/ |
| ライセンス | BSD-3-Clause |
| ソースアーカイブ | https://www.memcached.org/files/memcached-1.6.45.tar.gz |
| 最終更新 | 2026-07-10T07:13:01Z |
| Pulse | updated |
| 依存関係 | libevent, openssl@3 |
| Bottle | 利用可能 (対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | 未定義 |
| サービス | declared |
レジストリ情報
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | memcached |
| Version Scheme | 0 |
| Revision | 0 |
| Head Version | HEAD |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
ソースデータベース一致
一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。
memcached 1.6.38-1
High-performance in-memory object caching system
sudo apt install memcachedmemcached
nix profile install nixpkgs#memcachedmemcached 1.6.24-1build3
High-performance in-memory object caching system
sudo apt install memcachedmemcached 1.6.42-r0
Distributed memory object caching system
sudo apk add memcachedmemcached-dev 1.6.42-r0
Distributed memory object caching system (development files)
sudo apk add memcached-devmemcached-doc 1.6.42-r0
Distributed memory object caching system (documentation)
sudo apk add memcached-docmemcached-openrc 1.6.42-r0
Distributed memory object caching system (OpenRC init scripts)
sudo apk add memcached-openrcmemcached 1.6.41-1.fc45
High Performance, Distributed Memory Object Cache
sudo dnf install memcachedmemcached-devel 1.6.41-1.fc45
Files needed for development using memcached protocol
sudo dnf install memcached-develmemcached-selinux 1.6.41-1.fc45
Selinux policy module
sudo dnf install memcached-selinuxmemcached 1.6.42-1
Distributed memory object caching system
sudo pacman -S memcachedmemcached 1.6.42-2.1
A high-performance, distributed memory object caching system
sudo zypper install memcachedmemcached-devel 1.6.42-2.1
Files needed for development using memcached protocol
sudo zypper install memcached-develmemcached
sudo port install memcachedmain/memcached
scoop install main/memcachedソース経路
このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。
View the package source record on GitHub.