Description:
When a user claims tokens, their cached "Portfolio" data must be instantly invalidated so the UI updates correctly upon refresh.
Acceptance Criteria:
[ ] Add Redis DEL cache:user_portfolio:{address} inside the indexer logic immediately after saving a Claim event to Postgres.
Labels: performance, caching