Age | Commit message (Expand) | Author |
---|---|---|
2024-10-24 | Add handler to send log messages to specific Redis list...Class `RedisMessageListHandler` builds a log handler that pushes any messages logged out to the redis list specified by its `fullyqualifiedkey` argument. | Frederick Muriuki Muriithi |
2024-01-23 | Update scripts to use redis prefix. | Frederick Muriuki Muriithi |
2024-01-15 | Extract common structure into separate modules. | Frederick Muriuki Muriithi |
2024-01-09 | Fix linting errors | Frederick Muriuki Muriithi |
2024-01-09 | scripts: Log to redis...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. | Frederick Muriuki Muriithi |