Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
Etcd support source code.tar.gz | 2025-04-28 | 675.0 kB | |
Etcd support source code.zip | 2025-04-28 | 721.1 kB | |
README.md | 2025-04-28 | 510 Bytes | |
Totals: 3 Items | 1.4 MB | 0 |
RateLimiterEtcd
andRateLimiterEtcdNonAtomic
were added. Read more on Wiki https://github.com/animir/node-rate-limiter-flexible/wiki/Etcd.
This is the first time we add atomic and non-atomic limiters for the same storage. Atomic increments are necessary to count sensitive things like incorrect password or PIN tries while non-atomic increments may be better (because they are faster) when exact count doesn't matter, e.g. to protect a service against DDoS attack.
Thank you @Tobias4872 :grapes: