Slide 11
Slide 11 text
Partitioning
Complex partitioning
10
Proxy assisted partitioning
* clients send requests to a proxy that is able to speak the Redis
protocol, no development effort
Twemproxy (Redis or Memcached) from Twitter:
* pipe,
* sharding,
* backlog
* multiple hash algorithms
https://github.com/twitter/twemproxy
Query routing:
* Redis Cluster sends your query to a random instance, the instance
will forward your query to the right node.
Monday, September 30, 13