multi abstract method

Future<String> multi()

Marks the start of a transaction block.

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

Implementation

Future<String> multi();