go-redis写入和读取结构体
摘要:
package main import ( "context" "encoding" "encoding/json" "fmt" "log" "github.com/go-redis/redis/v8" ) var _ encoding.BinaryMarshaler = &Student{} va 阅读全文
posted @ 2024-09-15 16:19 王景迁 阅读(83) 评论(0) 推荐(0)
posted @ 2024-09-15 16:19 王景迁 阅读(83) 评论(0) 推荐(0)
posted @ 2024-09-15 11:14 王景迁 阅读(36) 评论(0) 推荐(0)