1

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

RoboFlax
  • 135
  • 3
  • 14

1 Answers1

1

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

RoboFlax
  • 135
  • 3
  • 14