Future<RespType> info([String? section]) async { return tier0.execute([ 'INFO', if (section != null) section, ]); }