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
pkg/proxy/session.go里的handleRequestSlotsInfo()只接受一个参数并把它理解为服务器地址。但是根据 doc/redis_change_zh.md,SLOTSINFO应该接受两个可选参数:起始的slot序号、和slot数量
pkg/proxy/session.go
handleRequestSlotsInfo()
doc/redis_change_zh.md
The text was updated successfully, but these errors were encountered:
No branches or pull requests
pkg/proxy/session.go
里的handleRequestSlotsInfo()
只接受一个参数并把它理解为服务器地址。但是根据doc/redis_change_zh.md
,SLOTSINFO应该接受两个可选参数:起始的slot序号、和slot数量The text was updated successfully, but these errors were encountered: