I have a tiny PR for the python redis client. Makes it even easier to see the power of this pattern.<p>I'm in the process of using streams to shift away from legacy tight coupling of databases to async operations.<p>The real killer feature for us is being able to grab a prod backup, spin it up in a Dev environment and watch it pull all the unprocessed messages in, until it has caught up. Really powerful and safe for replicating unexpected behaviour..