exec method

Future<RespArray> exec()

Implementation

Future<RespArray> exec() async {
  return (await tier1.exec()).toArray();
}