Skip to content
This repository has been archived by the owner on Nov 10, 2017. It is now read-only.

eigenein/rcluster

Repository files navigation

rcluster

Client-side Redis sharding

Installation Requirements

  • python3-setuptools

Installation

python setup.py install

Running

rcluster-shard [-h] [--log-level LEVEL] [--port PORT]

rcluster-shard talks to clients via unified request protocol.

Supported Commands

  • ADDSHARD host port db
  • GET key
  • SET key data
  • SETREPLICANESS replicaness
  • INFO [section]
  • PING
  • ECHO data
  • QUIT