Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Redis: Publish pipelined/batched messages - Get pipelined/batched messages

I'm using redisson as a java redis client.

When I send a batch with multiple .publish(msg) commands to redis, does redis send these messages as a "batch/pipeline" back to the subscribers in ONE network connection so that redisson handles them all at once?

Regards, RoboFlax

like image 762
RoboFlax Avatar asked Oct 21 '25 21:10

RoboFlax


1 Answers

mrniko, a worker on redisson, answered with no. https://github.com/redisson/redisson/issues/1347#issuecomment-374651601

like image 130
RoboFlax Avatar answered Oct 25 '25 07:10

RoboFlax