skyxv / cronuscache

A distributed namespace-based key-value cache in memory.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A distributed namespace-based key-value cache in memory.

License:Apache License 2.0


Languages

Language:Go 98.1%Language:Shell 1.9%