#redis #settings #configuration #fs #memory #service #iaqms

app iaqms-inmem-settings

fs -> redis loading system (for configurations)

1 unstable release

0.2.0-dev.0 Aug 22, 2021
0.1.0-dev.0 Aug 21, 2021

#114 in #fs

MIT license

9KB
186 lines

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

# 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

Dependencies

~3.5–5MB
~126K SLoC