|
|
|
@ -31,7 +31,7 @@ func (d *DataBases) NewSetMessageToCache(msgList []*pbChat.MsgDataToMQ, uid stri
|
|
|
|
|
}
|
|
|
|
|
log2.NewDebug(operationID, "convert map is ", s)
|
|
|
|
|
fmt.Println("ts", s)
|
|
|
|
|
val, err := d.rdb.HSet(ctx, key, s).Result()
|
|
|
|
|
val, err := d.rdb.HMSet(ctx, key, s).Result()
|
|
|
|
|
if err != nil {
|
|
|
|
|
log2.NewWarn(operationID, utils.GetSelfFuncName(), "redis failed", "args:", key, *msg, uid, s, val)
|
|
|
|
|
failedList = append(failedList, *msg)
|
|
|
|
|