In-Memory Settings Service (IAQMS)

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