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