used depend on github.com/go-redis/redis/v9 v9.0.0-rc.2, remove go.mod and redo mod init first of all , found this github.com/go-redis/redis/v9: github.com/go-redis/redis/v9@v9.0.2: parsing go.mod: module declares its path as: github.com/redis/go-redis/v9 but was required as: github.com/go-redis/redis/v9 then I changed all mod dependency to github.com/redis/go-redis/v9 then I found ``` # github.com/redis/go-redis/v9/internal/hscan /root/go/pkg/mod/github.com/redis/go-redis/v9@v9.0.2/internal/hscan/structmap.go:89:23: undefined: reflect.Pointer ``` hope anybody reproduce the problem