Future<RespType> subscribe(List<String> channels) async { return tier0.execute([ 'SUBSCRIBE', ...channels, ]); }