multi method

Future<RespType> multi()

Implementation

Future<RespType> multi() async {
  return tier0.execute([
    'MULTI',
  ]);
}