Removes an item from the cache.
@override Future<void> forget(String key) async { final cmd = await _getCommand(); await cmd.send_object(['DEL', key]); }