feat: msg local cache

This commit is contained in:
withchao 2024-01-08 20:38:23 +08:00
parent 938622b1fe
commit 0248fbb47d

View File

@ -15,10 +15,6 @@ func TestName(t *testing.T) {
//v.DelKey("a:1")
v.Del("z:1")
t.Log(v.slots[0].data)
for k, v := range v.slots[0].data {
t.Log(k, v)
}
t.Log(v)
}