etaty / rediscala

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

Transaction doesn't seem to work with clustering #204

Open YannMoisan opened 6 years ago

YannMoisan commented 6 years ago

How can I use transaction with cluster mode ?

RedisCluster don't implement the trait Transactions so I can't call .transaction() to start the transaction.