godis icon indicating copy to clipboard operation
godis copied to clipboard

问一下 redis 协议的文档是哪里搞的?

Open icetech233 opened this issue 3 years ago • 1 comments

redis官网 也没有看到 二进制数据协议

icetech233 avatar Oct 12 '22 11:10 icetech233

https://redis.io/docs/reference/protocol-spec/

HDT3213 avatar Oct 13 '22 06:10 HDT3213

https://redis.io/docs/reference/protocol-spec/

没看懂,不太详细,尤其是redis带密码的时候

icetech233 avatar Oct 19 '22 13:10 icetech233

https://www.cnblogs.com/Finley/p/11923168.html

HDT3213 avatar Oct 20 '22 02:10 HDT3213

不全面啊


发件人: finley @.> 发送时间: 2022年10月13日 6:29 收件人: HDT3213/godis @.> 抄送: icetech233 @.>; Author @.> 主题: Re: [HDT3213/godis] 问一下 redis 协议的文档是哪里搞的? (Issue #90)

https://redis.io/docs/reference/protocol-spec/

― Reply to this email directly, view it on GitHubhttps://github.com/HDT3213/godis/issues/90#issuecomment-1277094419, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AEET7GLMGS32M5ISVECT2EDWC6T45ANCNFSM6AAAAAARDGRTWQ. You are receiving this because you authored the thread.Message ID: @.***>

icetech233 avatar Apr 15 '23 09:04 icetech233

protocol-spec 是 redis 通信协议官方文档,比这更全面的只有源码了。 redis 的密码是不负责加密通信的,只是标注一下已通过鉴权,所以在协议相关的文档里是找不到密码相关的内容的。

HDT3213 avatar Apr 15 '23 13:04 HDT3213