mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-05-29 17:44:09 +08:00
redis model update
This commit is contained in:
parent
d43b9fc6c1
commit
034201a45b
@ -82,7 +82,7 @@ func Test_NewGetMessageListBySeq(t *testing.T) {
|
|||||||
data.ClientMsgID = "23jwhjsdf"
|
data.ClientMsgID = "23jwhjsdf"
|
||||||
msg.MsgData = &data
|
msg.MsgData = &data
|
||||||
|
|
||||||
seqMsg, failedSeqList, err := DB.NewGetMessageListBySeq(uid, []uint32{11}, "cacheTest")
|
seqMsg, failedSeqList, err := DB.NewGetMessageListBySeq(uid, []uint32{1212}, "cacheTest")
|
||||||
assert.Nil(t, err)
|
assert.Nil(t, err)
|
||||||
fmt.Println(seqMsg, failedSeqList)
|
fmt.Println(seqMsg, failedSeqList)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user