... | ... | @@ -54,7 +54,7 @@ Well, first these two. |
|
|
* Current Thinking:
|
|
|
* The performance difference between Redis-Cluster and Redis-Single is caused by the client side random redirecting when requesting the data.
|
|
|
* Demo of the situation is like this:
|
|
|
`
|
|
|
```
|
|
|
127.0.0.1:7000> set foo bar
|
|
|
-> Redirected to slot [12182] located at 127.0.0.1:7002
|
|
|
OK
|
... | ... | @@ -70,7 +70,7 @@ Well, first these two. |
|
|
127.0.0.1:7004> set dif r
|
|
|
-> Redirected to slot [14969] located at 127.0.0.1:7002
|
|
|
OK
|
|
|
`
|
|
|
```
|
|
|
|
|
|
* Weak point and improvement for the fakeStream:
|
|
|
1. Changing the functionality of Retwis
|
... | ... | |