Future<RespType> flushAll({bool? doAsync}) async { return tier0.execute([ 'FLUSHALL', if (doAsync != null) doAsync ? 'ASYNC' : 'SYNC', ]); }