Skip to content
0xbenzo
Back to projects

MicroCache

An ultra-fast, single-binary, memory-efficient key-value store built in Go with native support for replication.

A simple key-value store optimized for low-resource environments. Ideal for edge functions and container sidecars.

Highlights

  • Single binary, under 15MB disk space.
  • gRPC endpoint for fast network communication.
  • Consistent hashing for partitioning data.