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