dobrynin

Results 23 comments of dobrynin

Also ran into this. Between this issue and ETIMEDOUT errors, it's been very difficult to get ioredis cleanly working w/ ElastiCache 😢

FYI I used patch-package to implement the above suggestion and it works for me, thanks! Here is the diff that solved my problem: ```diff diff --git a/node_modules/bottleneck/lib/RedisDatastore.js b/node_modules/bottleneck/lib/RedisDatastore.js index dc5943e..c7b8fdb...