You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ node --unhandled-rejections=strict test/instrumentation/modules/ioredis.js
TAP version 13
# not nested
ok 1 null
ok 2 should be strictly equal
...
ok 85 should be strictly equal
ok 86 should be truthy
ok 87 should be strictly equal
ok 88 should be strictly equal
ok 89 should be strictly equal
ok 90 should be truthy
# rejections_handled
ok 91 should be truthy
ok 92 should be falsy
<hangs here>
See redis/ioredis#1215
[email protected] included a bug such that a setInterval is uncleared when ending a session via
redis.quit()
.Earlier ioredis versions do not hit this issue.
Using
redis.disconnect()
works around the issue.The text was updated successfully, but these errors were encountered: