Skip to content
@nexirdb

Nexir

A distributed key-value database, engineered in Rust. Redis-protocol native, Raft-replicated, MVCC-transactional.

A distributed key-value database, engineered in Rust.

Redis-protocol native · Raft-replicated · Durably stored · MVCC-transactional

Website · nexir-mvcc-core on crates.io · API docs


Nexir is a highly available, distributed key-value database with a native Redis protocol interface. Keep the clients and tooling you already use — and give your data what a cache never could: consensus-backed replication, durable storage, and real transactions. Built correctness-first, in Rust.

Status: in active development. Follow this organization for releases.

Open source

Repository What it is
nexir-mvcc-core The deterministic MVCC transaction engine at the core of Nexir, released as a standalone Rust library. Dual-licensed MIT OR Apache-2.0.
cargo add nexir-mvcc-core

© 2026 Qualiform Inc. Nexir and the Nexir logo are trademarks of Qualiform Inc. Redis is a trademark of Redis Ltd.; Nexir is not affiliated with or endorsed by Redis Ltd.

Pinned Loading

  1. nexir-mvcc-core nexir-mvcc-core Public

    Standalone, deterministic MVCC engine for building transactional key-value databases in Rust — timestamp-ordered versions, two-phase intent transactions, guarded writes, and incremental GC. The ope…

    Rust 37

Repositories

Showing 2 of 2 repositories

People

This organization has no public members. You must be a member to see who’s a part of this organization.

Top languages

Loading…

Most used topics

Loading…