etaty / rediscala

Non-blocking, Reactive Redis driver for Scala (with Sentinel support)
Apache License 2.0
790 stars 142 forks source link

Pipelining doesn't seem to work with clustering #203

Open YannMoisan opened 6 years ago

YannMoisan commented 6 years ago

I'm using Redis in cluster mode.

Regarding the documentation, pipeling should be used

Rediscala uses redis pipelining.

But I send commands and they don't seem pipelined (regarding execution time).

Does pipelining work with cluster mode ? Must the consecutive commands be in the same cluster slot ?