The idea is:
Add in a Redis node to work as a message broker - i.e. sub + publisher. The current functionality is implemented in a different mode, it does not allow to flexibly remove subscribers, for example, as in Kafka to put limits on parallism and number of simultaneous threads.
My use case:
I use Kafka, which is difficult to manage. Redis would help manage situations where synchronous queries are not needed much better.