... | @@ -11,6 +11,7 @@ |
... | @@ -11,6 +11,7 @@ |
|
3. Run *sharded* Redis ("Redis Cluster")
|
|
3. Run *sharded* Redis ("Redis Cluster")
|
|
- configure Redis to split keys among multiple shards
|
|
- configure Redis to split keys among multiple shards
|
|
- can still just run these shards locally
|
|
- can still just run these shards locally
|
|
|
|
3a. Find a Balance control software for redis
|
|
4. Simulate load on the cluster
|
|
4. Simulate load on the cluster
|
|
- collect some data about timing/latency/throughput
|
|
- collect some data about timing/latency/throughput
|
|
- see if we can actually see it slowing down
|
|
- see if we can actually see it slowing down
|
... | @@ -31,3 +32,10 @@ Able to run Retwis on the local machine |
... | @@ -31,3 +32,10 @@ Able to run Retwis on the local machine |
|
|
|
|
|
### Jan 27
|
|
### Jan 27
|
|
The transactions page (http://redis.io/topics/transactions) of redis explained why it does not need roll back.. which is weird because it blamed human and it's too fast..
|
|
The transactions page (http://redis.io/topics/transactions) of redis explained why it does not need roll back.. which is weird because it blamed human and it's too fast..
|
|
|
|
|
|
|
|
### Jan 30
|
|
|
|
Able to run Redis Cluster locally and updated Retwis to the cluster connection.
|
|
|
|
Figure out what's the next step:
|
|
|
|
- Need to find out current balancing software for redis
|
|
|
|
- Need to figure out how to replicate the data slot on different shards
|
|
|
|
Well, first these two. |
|
|
|
\ No newline at end of file |