RATE-LIMITER Simple example of rate limiter Install docker pull redis docker run -d -p 6379:6379 --name my-redis redis Run app