English
Appearance
Consistent hashing, replication, and eviction strategies — built from scratch
Hash ring with virtual nodes for even data distribution across cache nodes.
LRU, LFU, and FIFO — choose the right strategy for your workload.
Replicate data across nodes for fault tolerance and high availability.
Wildcard-based invalidation to keep cache consistent with source data.
Low-latency TCP server with retry logic and timeout handling.
Automatic leader election and failover when nodes go down.