From 674878702c430a91abd8d4ceb5000881ade8b3d7 Mon Sep 17 00:00:00 2001 From: Joakim Wimmerstedt Date: Mon, 14 Sep 2020 12:56:56 +0200 Subject: [PATCH] Add ioredis to problematic-modules.md --- tracing/AsyncHooks/problematic-modules.md | 1 + 1 file changed, 1 insertion(+) diff --git a/tracing/AsyncHooks/problematic-modules.md b/tracing/AsyncHooks/problematic-modules.md index 613170c..558fae7 100644 --- a/tracing/AsyncHooks/problematic-modules.md +++ b/tracing/AsyncHooks/problematic-modules.md @@ -18,3 +18,4 @@ Module | Embedder API | Note [generic-pool](https://github.com/coopernurse/node-pool) | No | Used by a lot of database modules like for instance "pg" [mongoose](https://github.com/Automattic/mongoose/) | [#5929](https://github.com/Automattic/mongoose/issues/5929) | Most popular MongoDB ORM/ODM that implements its own user-land queueing. [graphql-subscriptions](https://github.com/apollographql/graphql-subscriptions/blob/26ed503566ecfab086e7530f0daf12b60ee3049c/src/pubsub-async-iterator.ts) | No | De-facto standard for working with GraphQL subscriptions. Custom queueing via an async iterator written in TypeScript and compiled down to ES5. +[ioredis](https://github.com/luin/ioredis) | No | The only commonly used redis client with support for sentinels