Files
kumomta/docker/redis
2023-02-20 06:10:20 +00:00
..
2023-02-20 06:10:20 +00:00
2023-02-20 06:10:20 +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