watch
Future<void> watch(List<String> keys) async { (await RespCommandsTier1(_client!).watch(keys)); return null; }