redis-check-aof
Persistent key-value database with network interface (client)
RUN apt-get update && \
apt-get install -y redis-tools
RUN apt-get update && \
apt-get install -y redis-tools
RUN apk add redis
RUN pacman -S --noconfirm redis
RUN apt-get update && \
apt-get install -y redis-tools
RUN dnf install -y redis
RUN apt-get update && \
apt-get install -y redis-tools