MemFast Key-Value DataStore
Introduction
MemFast is an In-Memory Key-Value DataStore built with Rust Lang and Axum.rs. It is very fast and simple to use.
Note: The project is still in Alpha.
Features
- Fast (Benchmarks coming soon)
- No Driver required
- Supports Serverless
- Persistence (Partial)
- Key Synchronization (Naive)
- more to come...