mirror of
https://github.com/openimsdk/open-im-server.git
synced 2026-05-11 20:45:57 +08:00
feat: msg local cache
This commit is contained in:
@@ -15,10 +15,6 @@ func TestName(t *testing.T) {
|
|||||||
//v.DelKey("a:1")
|
//v.DelKey("a:1")
|
||||||
v.Del("z:1")
|
v.Del("z:1")
|
||||||
|
|
||||||
t.Log(v.slots[0].data)
|
t.Log(v)
|
||||||
|
|
||||||
for k, v := range v.slots[0].data {
|
|
||||||
t.Log(k, v)
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user