hit-box / hitbox

A high-performance caching framework suitable for single-machine and for distributed applications in Rust
MIT License
73 stars 6 forks source link

Configuration validation #39

Closed AndreyErmilov closed 1 year ago

AndreyErmilov commented 2 years ago
  1. First of all we need to understand what do want to validate
  2. Implement validation logic
AndreyErmilov commented 2 years ago

About things we need to validate:

  1. Cache settings structure includes field backend and policy that are keys from Backends list and Policies list. We need to check if these keys exist.