redis-cli
Opens a connection to a Redis server. More information: <https://redis.io/topics/rediscli>.
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