DEV Community

Xavier Font
Xavier Font

Posted on

Store SSE (Server-Sent Events) to Redis

0

I am trying to store SSE (Server-Sent Events) to Redis instead of keeping them in an Array.

Here is the JSON I get when I retrieve the object that contains the SSE {"id":4,"sseEmitter":{"timeout":60000}} I don't think that is what I wanted.

Here is my code:

I first took the SseEmitter…

Top comments (0)