Describe the feature
Dapr should trim the pubsubs in redis streams honoring TTL.
When using redis streams, redis data is not purged once TTL expires. It's needed to write a custom cleaner, but this cleaner does not have visibility to the requested TTL for the message (and the cleaner would break once implementation details from dapr change).
Release Note
RELEASE NOTE: ADD Redis streams TTL deletes messages.