Is your feature request related to a problem? Please describe.
Current system lacks scalability for real-time communication and background processing.
Describe the solution you'd like
Integrate Redis with Pub/Sub and queue functionality to handle async tasks, improve performance, and support real-time features.
Describe alternatives you've considered
Using in-process queues or external message brokers like RabbitMQ, but Redis offers simplicity and speed for our use case.
Additional context
This will help scale the system, decouple services, and enable smoother real-time experiences and background job handling.