Valthree is a distributed, Valkey-compatible key-value database that persists data directly to object storage as a single JSON file. It employs optimistic concurrency control to ensure strong serializable consistency across nodes. Applications interact with the system using standard Valkey or Redis client libraries.
- Source Code
- https://github.com/antithesishq/valthree[01]
- Developer
- Country of Origin
- US
- Start Year
- 2025
- Project Types
- Industrial Research, Open Source
- Written in
- Go
- Operating System
- Linux
- License
- MIT License
Valthree is a distributed, Valkey-compatible key-value database that persists data directly to object storage as a single JSON file. It employs optimistic concurrency control to ensure strong serializable consistency across nodes. Applications interact with the system using standard Valkey or Redis client libraries.
History
Valthree was publicly released in 2025 by Antithesis, Inc. The project was created to showcase the Antithesis platform's capabilities in testing distributed systems under realistic failure conditions. It is intentionally designed with a minimal codebase to facilitate rapid comprehension and thorough property-based testing, rather than for production deployment.