Add a message in a stream when one key is added/modified/deleted?

Hello,
I would like to receive a message in a subscriber when something has happened with a key.
is it possible add a message in a stream when one key is added/modified/deleted?
Thanks!

You should check Redis Keyspace notifications Redis keyspace notifications | Redis

If you would like to listen to such notifications and store them to a stream, you might want to check the RedisGears Module for Redis.
See: GitHub - RedisGears/RedisGears: Dynamic execution framework for your Redis data

Hello
I will take a look to RedisGear.
Thanks a lot!!