Socket
Socket
Sign inDemoInstall

rate-limit-redis

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rate-limit-redis - npm Package Versions

13

2.1.0

Diff

Changelog

Source

v2.1.0

Added

  • Added the passIfNotConnected option.
    • If set to true, if the client is not connected to Redis, the store will allow the request to pass through as a failover.

Removed

  • Dropped support for Node 6.
wyattjoh
published 2.0.0 •

Changelog

Source

v2.0.0

Changed

  • [BREAKING] Bumped node-redis version from 2.8.0 to 3.0.2.
wyattjoh
published 1.7.0 •

Changelog

Source

v1.7.0

Added

  • Added support for passing a redis connection string instead of a client instance to the constructor.
wyattjoh
published 1.6.0 •

Changelog

Source

v1.6.0

Added

  • Added example of connecting to a UDP socket to the readme.
  • Added support for returning the reset date to the rate limit middleware.
wyattjoh
published 1.5.0 •

Changelog

Source

v1.5.0

Added

  • Added the resetExpiryOnChange option.
    • If set to true, the store sets the expiry time back to windowMs when incrementing/decrementing. This aligns better with how the default handler in the rate limiting middleware displays the time in the Retry-After header.
wyattjoh
published 1.4.0 •

Changelog

Source

v1.4.0

Added

  • Added support for the decrement and reset functions (see https://github.com/nfriedly/express-rate-limit/commit/c9194780b6826d9cdb14b3395907cf7fb93e59f6)
wyattjoh
published 1.3.0 •

Changelog

Source

v1.3.0

Added

  • Added support for millisecond precision in the expiry option.
wyattjoh
published 1.1.0 •

Changelog

Source

v1.1.0

Added

  • Added better support for IORedis.
wyattjoh
published 1.0.4 •

wyattjoh
published 1.0.3 •

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc