Future<RespType> unsubscribe(Iterable<String> channels) async { return tier0.execute([ 'UNSUBSCRIBE', ...channels, ]); }