doupixian1436 2018-08-03 11:19
浏览 660
已采纳

尝试实现Redigo ScanStruct,但可遵循的示例有限

I have a code:

values, err := redis.Values(c.Do("hgetall", value))
if err != nil {
    fmt.Println("HGETALL", err)
}

/*
type UD struct {
    created_at  string
    B           time.Time
    ended_at    string
    data        string
    status      string
}
*/
if err := redis.ScanStruct(values, &UD); err != nil {
    fmt.Println(err)
}

The error I got is

redigo.ScanStruct: cannot assign field B: cannot convert from Redis bulk string to time.Time

How do I resolve this? Any examples of ScanStruct in detail for a variety of field types for Struct for reference?

  • 写回答

1条回答 默认 最新

  • drk49438 2018-08-03 12:16
    关注

    The documentation for ScanStruct is quite clear:

    Integer, float, boolean, string and []byte fields are supported.

    Other field types are not supported time.Time included.

    To resolve this, I'd go and make my own version of ScanStruct that can deal with the conversion between Redis' and whatever types I need to throw at it.

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

悬赏问题

  • ¥15 程序不包含适用于入口点的静态Main方法
  • ¥15 素材场景中光线烘焙后灯光失效
  • ¥15 请教一下各位,为什么我这个没有实现模拟点击
  • ¥15 执行 virtuoso 命令后,界面没有,cadence 启动不起来
  • ¥50 comfyui下连接animatediff节点生成视频质量非常差的原因
  • ¥20 有关区间dp的问题求解
  • ¥15 多电路系统共用电源的串扰问题
  • ¥15 slam rangenet++配置
  • ¥15 有没有研究水声通信方面的帮我改俩matlab代码
  • ¥15 ubuntu子系统密码忘记