projecteru / redis-cerberus

Redis Cluster Proxy
MIT License
352 stars 82 forks source link

Does cerberus support pipeline read/write mode ? #30

Closed baiwfg2 closed 7 years ago

zheplusplus commented 7 years ago

Cerberus allows that a client sends an arbitrary number of commands at one socket write, but it doesn't support the MULTI or EXEC commands. In other words, pipelines with transaction are not supported.