flushAll
Future<void> flushAll({bool? doAsync}) async { return await _runWithRetryNew(() async { (await RespCommandsTier1(_client!).flushAll()).toSimpleString(); return null; }); }