How can we assign Redis queue to take jobs parallelly? Can we place different queues inside a single Redis queue?
I am making an chat application and I want to completely reduce the delay time. If suppose more people are sending messages at a same timestamp, then there will be more messages at the redis queue. Is there a way to handle that? I am using redis for in-memory data sending.