Skip to content

Instantly share code, notes, and snippets.

@Pat-rice
Last active March 1, 2018 14:52
Show Gist options
  • Select an option

  • Save Pat-rice/1690e05b8b233decb22700c636f03680 to your computer and use it in GitHub Desktop.

Select an option

Save Pat-rice/1690e05b8b233decb22700c636f03680 to your computer and use it in GitHub Desktop.
When using ioredis inside aws lambda, don't forget to `redis.disconnect()` otherwise the lambda function will timeout as the connection still opened.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment