using Redis python read in messages already being sent to redis
A system I'm working on currently is receiving messages in redis. I would like to write a python script that can read in those messages , modify them and return them to a different channel/key in redis. For example: redis-cli…