-
Notifications
You must be signed in to change notification settings - Fork 85
New issue
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
version 10 报错 #28
Comments
rbd 版本是10 |
可以提供 rdb 文件或更多信息吗? |
redis 7.0.7 list使用gizp的时候,他的rdb文件的Entry 结尾不是按照文档上面的。170 = {uint8} 199 |
文件有点大,能加你个qq之类的吗?发给你。
…------------------ 原始邮件 ------------------
发件人: ***@***.***>;
发送时间: 2024年1月19日(星期五) 下午5:32
收件人: ***@***.***>;
抄送: ***@***.***>; ***@***.***>;
主题: Re: [HDT3213/rdb] version 10 报错 (Issue #28)
可以提供 rdb 文件或更多信息吗?
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
放附件里吧 hdt3213@outlook.com |
gizp? 是说 list 的编码是 ziplist 吗? |
不是,是把list的数据压缩了,
…------------------ 原始邮件 ------------------
发件人: ***@***.***>;
发送时间: 2024年1月19日(星期五) 下午5:59
收件人: ***@***.***>;
抄送: ***@***.***>; ***@***.***>;
主题: Re: [HDT3213/rdb] version 10 报错 (Issue #28)
redis 7.0.7 list使用gizp的时候,他的rdb文件的Entry 结尾不是按照文档上面的。170 = {uint8} 199 171 = {uint8} 253 172 = {uint8} 235 173 = {uint8} 0 174 = {uint8} 0 175 = {uint8} 0 176 = {uint8} 1 177 = {uint8} 170 178 = {uint8} 224 这里的176 是length 了,表示结束了,但是170才是实际的length,但是176为1,就表示结束了 不是这个问题,我解决了,但是后面还遇到一个问题,正在,,,,。也是list 的zip的情况
gizp? 是说 list 的编码是 ziplist 吗?
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
稍后整理一个 |
发你邮箱啦 |
收到 |
func readVarInt(cursor *int, l uint16) uint32 { func lpEncodeBackLen(l int) int { |
已经解析成功了,等我晚上发个包 |
Got a connection, launched process /Users/t/Library/Caches/JetBrains/GoLand2023.2/tmp/GoLand/___go_build_github_com_hdt3213_rdb (pid = 5053).
error: cursor out of range
Exiting.
The text was updated successfully, but these errors were encountered: