exec method

Future<void> exec()

exec

Implementation

Future<void> exec() async {
  (await RespCommandsTier1(_client!).exec()).toArray().payload;
  return null;
}