Roman
Roman
Closing this PR. Changes arrived in the scope of other PR https://github.com/animir/node-rate-limiter-flexible/pull/218. Thank you.
Support of `ioredis` v4+ added in [3.0.0](https://github.com/animir/node-rate-limiter-flexible/releases/tag/v3.0.0).
Is somebody going to merge related PRs? Still issue here `[object Object] "Unexpected close tag\nLine: 11\nColumn: 9\nChar: >" Error: "Unexpected close tag\nLine: 11\nColumn: 9\nChar: >"`
@ighunter Hi, thank you for the detailed description. This looks like a bug. Can you start the master process and only after it starts workers? Can you restart workers, when...
@Kinuseka Hi, please take a look at this Wiki page https://github.com/animir/node-rate-limiter-flexible/wiki/Mongo#note-about-buffering-in-mongoose. It is about Buffering and connection. Also, check this part https://github.com/animir/node-rate-limiter-flexible/wiki/Mongo#connection-to-mongo-and-errors.
@Kinuseka Could you start your server after the connection is established? Like in this answer https://stackoverflow.com/a/42186818/4444520.
@mroderick Hey, refactoring is always welcome. Thank you for all the PRs you made recently. They are all valuable.
@shameersheik Hi, this is interesting. Could you help to reproduce this error or provide a code snippet? Could you also provide `rate-limiter-flexible` version and `redis` client package name and version...
@shameersheik Hi, I looked into your issue. When we use this package, we set number of points and it is kind of supposed that points are integers not decimal. If...
@bkniffler Hi, this is interesting. I had a look into the codebase. I think it is better to implement an additional parameter for `removeTokens` method so that the process would...