Hacker News new | ask | show | jobs
by MuffinFlavored 1507 days ago
> `redis` and `ioredis` `npm` packages don't work with Deno, even with the Node compat layer (I tried).

I'd love to hear specifically what didn't work and how close the Deno team is to maybe fixing those sorts of issues. Not that they owe that to us open-source wise, just curious as like... otherwise you are right. We're starting the ecosystem again over from scratch.

1 comments

redis clearTimeout shim does not work correctly, console gets blasted with timeout messages nonstop because `on('error')` from the EventEmitter keeps getting triggered, even though the client is connected just fine.

ioredis commands hang randomly. I couldn't do GETs or SETs.