aerospike

aerospike-server 8.0.0.10

Flash-optimized, in-memory, NoSQL database

https://aerospike.com/
GNU Affero General Public License v3.0 only
main program: asdprograms: asd
Platforms (1)
x86_64-linux
View source on NixOS/nixpkgs →

Install

Copy into your configuration

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