Closed baiwfg2 closed 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.
MULTI
EXEC
Cerberus allows that a client sends an arbitrary number of commands at one socket write, but it doesn't support the
MULTI
orEXEC
commands. In other words, pipelines with transaction are not supported.