Open alwaysR9 opened 6 years ago
@alwaysR9 There is a open PR that might implement watch/multi, but the issue is deeper then that and required a lot of thinking and good code to properly work in a cluster environment.
If i understand the text correct, then i have the following comments.
MGET
. The trick for these methods is that you have to work the multi host problem in the client instead of letting the redis cluster handle it. I would say this is implemented.
In Redis cluster tutorial, it says :
If I understand correctly, the redis cluster supports case 1 and case 2.
But I find this project do not implement
multi
,watch
yet. I think we should support for case 1 and case 2, but do not support for case 3. Any suggestion would be appreciated.