koa2-ratelimit
koa2-ratelimit copied to clipboard
IORedis store support
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.