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 已知许多点位,想通过高斯分布来随机选择固定数量的点位怎么改
  • ¥15 怎么生成确定数目的泊松点过程
  • ¥15 layui数据表格多次重载的数据覆盖问题
  • ¥15 python点云生成mesh精度不够怎么办
  • ¥15 QT C++ 鼠标键盘通信
  • ¥15 改进Yolov8时添加的注意力模块在task.py里检测不到
  • ¥50 高维数据处理方法求指导
  • ¥100 数字取证课程 关于FAT文件系统的操作
  • ¥15 如何使用js实现打印时每页设置统一的标题
  • ¥15 安装TIA PortalV15.1报错