We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
在生产中遇到,由于版本比较老,只能用scan模式,scan开启ksn增量的时候,源码中的处理方式是订阅频道后都重新dump和restore, 生产中有个bigkey,每次修改的量比较小,但是每次都重传,源库性能消耗比较大。是否可以根据ksn中的信息进行命令同步,不是采用dump+restore的方式。 但是这种方式又带来一种新的问题,scan未完成的过程中,命令的处理无法是否已经同步过了,可能会执行重复了。难搞。
The text was updated successfully, but these errors were encountered:
搞不定,要不就过滤掉这个 key?
Sorry, something went wrong.
suxb201
No branches or pull requests
在生产中遇到,由于版本比较老,只能用scan模式,scan开启ksn增量的时候,源码中的处理方式是订阅频道后都重新dump和restore,
生产中有个bigkey,每次修改的量比较小,但是每次都重传,源库性能消耗比较大。是否可以根据ksn中的信息进行命令同步,不是采用dump+restore的方式。
但是这种方式又带来一种新的问题,scan未完成的过程中,命令的处理无法是否已经同步过了,可能会执行重复了。难搞。
The text was updated successfully, but these errors were encountered: