python-redis-rate-limit
python-redis-rate-limit copied to clipboard
feat: support for expire in milliseconds
description
- for fixed window rate limiting, most of the time expiry is in milliseconds, this PR replaced the "EXPIRE" with "PEXPIRE" in lua script.
- default behaviour of expiry duration in seconds is retained.
@italorossi can this PR be merged?