multi method

  1. @override
Future<String> multi()
override

Marks the start of a transaction block.

Subsequent commands will be queued by the server until exec() is called. Returns 'OK'.

Implementation

@override
Future<String> multi() async => MultiCommand(this).multi();