The one feature of Redis I'd love to have supported in PostgreSQL is to be able to set a TTL on a record. On a recent project where we could only save personal data for so long, it was a must have feature so we had to use Redis for that purpose instead.
This would also give you audit logs, etc. As well as flexibility to adjust business logic without updating the TTL on all records.
We were already using Redis for other things, it was the logical choice for this scenario.