memcached

memcached 1.6.42

Distributed memory object caching system

http://memcached.org/
BSD 3-clause "New" or "Revised" License
main program: memcachedprograms: memcached
Platforms (25)
armv5tel-linuxi686-linuxs390x-linuxarmv7a-linuxsh4-linuxmicroblaze-linuxarmv7l-linuxpowerpc-linux
View source on NixOS/nixpkgs →

Install

Copy into your configuration

NixOS (configuration.nix)
environment.systemPackages = with pkgs; [
  memcached
];
Ad-hoc shell
nix-shell -p memcached
Flake (nix run)
nix run nixpkgs#memcached