kv-core
Core storage engine for KV service - a secure, encrypted key-value store to replace Redis.
Features
- Encrypted Storage: AES-GCM encryption for all data at rest
- High Performance: Built with Rust for maximum speed and memory safety
- Persistent Storage: Sled-based persistent storage with configurable modes
- Async/Await: Full async support with Tokio runtime
- Thread Safe: Concurrent access with DashMap for in-memory operations
Usage
use ;
async
License
MIT