redis-benchmark
A tool to benchmark a Redis server. More information: <https://redis.io/docs/reference/optimization/benchmarks/>.
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