rate-limit-redis icon indicating copy to clipboard operation
rate-limit-redis copied to clipboard

A rate limiting store for express-rate-limit with Redis/Redict/Valkey/etc.

Results 5 rate-limit-redis issues
Sort by recently updated
recently updated
newest added

Add Docker Compose configuration and Redis integration tests - Introduced a new `docker-compose.yml` file to define Redis and Redis Cluster services. - Updated CI workflow to include Redis services for...

### Description I am crossposting this from `express-rate-limit`, since it is a Store improvement suggestion. Original post: #https://github.com/express-rate-limit/express-rate-limit/issues/359#issue-1799456039 ### Why . ### Alternatives .

enhancement

### Description I think we should remove the `resetExpiryOnChange` option (essentially, the window resets on every request, but the hit count doesn't). For starters, I don't think we have a...

enhancement

### Description I think we should include a default redis client, and accept a new option for the connection details that is passed directly to the redis client. I think...

enhancement

### Description Some people may not understand this part. `sendCommand: (...args: string[]) => client.sendCommand(args),` ### Why some people may not understand args part. ### Alternatives please add more detail description...

enhancement