Skip to content

Instantly share code, notes, and snippets.

When using ioredis inside aws lambda, don't forget to `redis.disconnect()` otherwise the lambda function will timeout as the connection still opened.