aboutsummaryrefslogtreecommitdiff
path: root/scripts/redis_logger.py
AgeCommit message (Collapse)Author
2024-01-23Update scripts to use redis prefix.Frederick Muriuki Muriithi
2024-01-15Extract common structure into separate modules.Frederick Muriuki Muriithi
2024-01-09Fix linting errorsFrederick Muriuki Muriithi
2024-01-09scripts: Log to redisFrederick Muriuki Muriithi
Add a logger that will log output to a redis list. This will be useful to retrieve the output(s) of the running script to help display some form of progress to the user.