Hasty Briefsbeta

EloqKV, a distributed database with Redis compatible API (GPLv2 and AGPLv3)

6 days ago
  • #database
  • #Redis-compatible
  • #high-performance
  • EloqKV is a high-performance distributed database compatible with Redis/ValKey API.
  • Offers ACID transactions, full elasticity, scalability, tiered storage, and session-style transaction syntax.
  • Multi-threaded architecture achieves 1.6M QPS, outperforming Redis and Valkey.
  • Supports distributed ACID transactions without CROSSSLOT errors.
  • Features replicated WAL for durability and auto-tiering for cold data storage.
  • Provides client transparency with the same client for single server or cluster.
  • Session-style interactive transactions simplify complex operations without Lua scripts.
  • Can be deployed using Docker for quick local testing.
  • Includes EloqCtl for cluster management in production environments.
  • Dual-licensed under GPLv2 or AGPLv3.