/KVCache

distribute key-value memory cache

Primary LanguageJavaApache License 2.0Apache-2.0

KVCache

distribute key-value memory cache

Features

  • distribution
  • String key, String value
  • client-server Architecture
  • Can be used as ordinary map

Document

Get start High Level Architecture

Plan

Week1

  • Consistency Hash Algorithm
  • High Level Architecture

Week2

  • Use Apache thrift to communication
  • Getting start document

Week3

  • Master server
  • Design document

Week4

  • Benchmark