redis add func

This commit is contained in:
Gordon
2021-12-07 11:46:24 +08:00
parent d50a0abd2a
commit 7da98935b9
2 changed files with 17 additions and 2 deletions
+6
View File
@@ -19,3 +19,9 @@ func Test_GetTokenMapByUidPid(t *testing.T) {
assert.Nil(t, err)
fmt.Println(m)
}
func TestDataBases_GetMultiConversationMsgOpt(t *testing.T) {
m, err := DB.GetMultiConversationMsgOpt("fg", []string{"user", "age", "color"})
assert.Nil(t, err)
fmt.Println(m)
}