redis-check-aof

Persistent key-value database with network interface (client)

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