exec method

Future<void> exec()

exec

Implementation

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