Skip to content
CloudMarc edited this page Sep 14, 2010 · 2 revisions

Welcome to the roxi wiki!

Plan:

  • redis-protocol compatible (looks just like a redis server)
  • handles reconfiguration in a cloud-aware way – fire up new servers for pool, replicate, switch, shutdown old pool – without dropping client connections
  • Since it speaks redis-protocol, one approach may be to fork redis-server, link in good redis client lib, bundle it all up w/ central config
  • L1-cache (again, if start w/ redis-server fork, easy enough)
  • Track stats (in local redis server?)
  • Peer-aware? e.g. proxy replicas, master, failover?

Clone this wiki locally