This commit is contained in:
richboo111
2024-01-19 16:14:53 +08:00
parent 2a5b415d32
commit 346d91c8c5
2 changed files with 8 additions and 4 deletions

View File

@@ -147,3 +147,8 @@ func TestAPI_SetPoiIMOnlineStatus(t *testing.T) {
}
fmt.Println(errList)
}
func TestRdbSet2(t *testing.T) {
rdb.Set("111", "2", 0)
}