Beego Redis 的使用问题

nfwater · · 7537 次点击
应该只能这样,可以做下封装!
#1
更多评论
像redis里面set []byte 类型, get的时候用unmarshal反序列化得到struct 或者 []byte转换成string
#2
这样用 ``` fmt.Println("value:", cache.GetString(v)) ```
#3