@override Future<void> removeMany(List<String> keys) async { await Command(_connection).send_object(['DEL', ...keys]); }