The problem/use-case that the feature addresses
You can get notifications when the value of a specific key changes (keyspace notifications). As far as I understand, you then have to make an additional request to get the new updated value.
Description of the feature
Having an option to directly get the new updated value via the notification.
Alternatives you've considered
Publishing (sharded) pub/sub messages whenever updating the Redis state.