BitMEX / node-redis-token-bucket-ratelimiter

MIT License
34 stars 11 forks source link

fix: replace deprecated PSETEX Redis instruction #15

Closed pietrodn closed 3 months ago

pietrodn commented 1 year ago

The PSETEX Redis instruction is deprecated and can be replaced with SET <key> <value> PX <expirationMs>.

pietrodn commented 4 months ago

Hi @STRML, any chance you can get this merged? Thanks 😄

STRML commented 3 months ago

Thank you for the contribution!