redis-server

Persistent key-value database. More information: <https://redis.io>.

Debian Debian
RUN apt-get update && \ apt-get install -y redis-server
Ubuntu
RUN apt-get update && \ apt-get install -y redis-server
Arch Arch Linux
RUN pacman -S --noconfirm redis-server
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y redis-server
Fedora
RUN dnf install -y redis-server
Raspbian
RUN apt-get update && \ apt-get install -y redis-server
click the source code to copy install redis-server on any operating system with command-not-found.com