koa2-ratelimit icon indicating copy to clipboard operation
koa2-ratelimit copied to clipboard

IORedis store support

Open rossyman opened this issue 1 year ago • 0 comments

Enables IORedis store support. ioredis is an extremely popular competitor library to node-redis with more monthly downloads (3.5M+ compared to 3M).

The implementation of this store is similar to the existing RedisStore and provides support to engineers who already integrate ioredis in their technical stack -- This ensures that dependencies aren't getting added for the sake of it to existing projects.

rossyman avatar May 21 '23 21:05 rossyman