# In-Memory Settings Service (IAQMS) - `v0.1.0-dev.0` ## Introduction 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 1. Settings file must be a valid JSON object 2. Code-quality and testing is poor (work in progress) ## Configuration