@override Future<bool> forget(String key) async { final response = await _request('forget', key: key); return response['removed'] == true; }