mirror of
https://github.com/mailscope/kumomta.git
synced 2026-08-19 19:08:17 +00:00
redis + redis-cell module
This directory contains a Dockerfile that will build a redis docker image that
includes redis-cell, a redis module
that provides a CL.THROTTLE command that employs a generic cell rate
algorithm to
provide throttling functionality.
Build
To build the image:
docker build -t redis-cell .
To run it:
docker run --name redis -p 6379:6379 -d redis-cell