Crates.io | tower-rate-limit-redis |
lib.rs | tower-rate-limit-redis |
version | 1.0.0 |
created_at | 2025-09-24 09:25:31.276494+00 |
updated_at | 2025-09-24 09:25:31.276494+00 |
description | A rate-limiting middleware for Tower that uses Redis as the data store |
homepage | |
repository | https://sr.ht/~liliace/tower-rate-limit-redis/ |
max_upload_size | |
id | 1852844 |
size | 98,930 |
A rate-limiting middleware for Tower that uses Redis as the data store.
podman
is required to spawn Redis servers for tests,
which run on the port set by the STARTING_REDIS_PORT
environment variable and the 16 subsequent ports.
This project is licensed under MPL-2.0,
except for scripts/rate_limit.lua
, which is licensed under MIT.