The In-Memory Settings Service (IAQMS) pulls information from a configuration file (--path) and loads it into memory using a local redis server (--redis).
Tests
```sh
basic unit tests
cargo test
```
Known Limitations
Settings file must be a valid JSON object
Code-quality and testing is poor (work in progress)