1 unstable release
0.2.0-dev.0 | Aug 22, 2021 |
---|---|
0.1.0-dev.0 |
|
#122 in #fs
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
- Settings file must be a valid JSON object
- Code-quality and testing is poor (work in progress)
Configuration
Dependencies
~4–5.5MB
~101K SLoC