Marks the start of a transaction block.
Subsequent commands will be queued by the server until exec() is called. Returns 'OK'.
exec()
@override Future<String> multi() async => MultiCommand(this).multi();