HDT3213 / rdb

Golang implemented Redis RDB parser for secondary development and memory analysis

Home Page:https://www.cnblogs.com/Finley/p/16251360.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build fails with Go 1.23

chenrui333 opened this issue Β· comments

πŸ‘‹ while regression build 1.0.16 release was go 1.23.0, seeing some build failure as below:

  # github.com/hdt3213/rdb
  link: github.com/bytedance/sonic/ast: invalid reference to encoding/json.safeSet

sonic does not support go 1.23.0. It will be fixed later

fixed in v1.0.17