mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-04-06 04:15:46 +08:00
redis replace go redis
This commit is contained in:
parent
3765661a4e
commit
1c2ebb8c5d
@ -35,7 +35,8 @@ func (d *DataBases) NewSetMessageToCache(msgList []*pbChat.MsgDataToMQ, uid stri
|
||||
for k, v := range s {
|
||||
m[k] = v
|
||||
}
|
||||
err = d.rdb.HMSet(context.Background(), key, m).Err()
|
||||
//err = d.rdb.HMSet(context.Background(), key, m).Err()
|
||||
err = d.rdb.HMSet(context.Background(), "12", map[string]interface{}{"1": 2, "343": false}).Err()
|
||||
if err != nil {
|
||||
return err
|
||||
log2.NewWarn(operationID, utils.GetSelfFuncName(), "redis failed", "args:", key, *msg, uid, s, err.Error())
|
||||
|
Loading…
x
Reference in New Issue
Block a user