Changelog

You can use RIOT-X to stream change data from a Redis database.

Streaming to stdout
riotx file-export --mode live
{"key":"gen:1","type":"string","time":1718050552000,"ttl":-1,"memoryUsage":300003376}
{"key":"gen:3","type":"string","time":1718050552000,"ttl":-1,"memoryUsage":300003376}
{"key":"gen:6","type":"string","time":1718050552000,"ttl":-1,"memoryUsage":300003376}
...
Streaming to a file
riotx file-export export.json --mode live