redis-cli

Opens a connection to a Redis server. More information: <https://redis.io/topics/rediscli>.

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-cli on any operating system with command-not-found.com