hulk

Results 524 comments of hulk

> I controlled the osscluster retry count by setting redis.UniversalOptions.MaxRedirects = -1. @VIVALXH You should set `MaxRetries` to `-1` instead of `MaxRedirects`. Or it will prevent retrying while receiving the...

@VIVALXH The cluster client also supports the [MaxRetries](https://github.com/redis/go-redis/blob/master/osscluster.go#L75), set MaxRedirects=-1 wouldn't retry when occuring the TRYGAIN error.

> So I guess the data duplication is caused by retries due to Moved errors or TryAgain errors? I'm not quite sure about this. But after considering this issue, it's...

> How to define a new event? e.g. for ZSET data type, could you list all event, for every write commands [here](https://kvrocks.apache.org/docs/supported-commands#zset-commands)? It generally contains: `ADD|DELETE|SET`. For example, the ZPOP...

> As you can see, this is a complex task. I hope we can have a clearer design: for example, for each redis data type, what is the detailed design...

@PragmaTwice I have changed to value to the payload which is a union type.

Got your point. I agree that using the commands would make it easy to have a unified way to implement the change logs. My concern is that need to rewrite...

@903174293 @hongleis Thanks for your report. I have missed this issue in the past few days. I want to know: - Are all of those duplicated keys still living in...

@hongleis Got your point, thanks for both of your information. Will take a look at this issue when I get time.