node-raft-redis

JSON →
library 0.1.1 ·javascript
verified Jun 7, 2026

A consensus library for Node.js microservices implementing a simplified Raft algorithm using Redis as the communication medium. Version 0.1.1 is the latest stable release; the project is in early development with no frequent releases. It provides automatic leader election among instances of the same service kind, supporting leader/follower roles, messaging, and instance metadata. Unlike full Raft implementations, this is a simplified approach focused on microservice coordination, requiring only Redis and offering easy integration without complex setup.