Skip to content

Latest commit

 

History

History
13 lines (12 loc) · 329 Bytes

README.md

File metadata and controls

13 lines (12 loc) · 329 Bytes

cronuscache

A distributed key-value cache in memory.

RodeMap

  • Least recently used cache elimination strategy
  • Local concurrent reads and writes
  • Group namespace
  • Http server
  • Consistent hashing
  • Distributed node
  • Security strategy
  • Protobuf-based inter-node communication