Redis

Enhance your application's performance and scalability.

This documentation is under construction! 🚧

We're working hard to bring you the best documentation experience.

Going to production - websockets

The connection list lives in memory on a single server. If you run several server instances behind a load balancer, a broadcast or sendToUser only reaches the clients on the same instance. To fix that, share the messages between instances with a pub/sub like Redis.

On this page