Merge develop

This commit is contained in:
Ming Deng
2021-02-02 10:25:05 +08:00
10 changed files with 201 additions and 51 deletions

View File

@@ -83,7 +83,7 @@ func TestRedisCache(t *testing.T) {
assert.Nil(t, bm.Put("astaxie1", "author1", timeoutDuration))
assert.False(t, bm.IsExist("astaxie1"))
assert.True(t, bm.IsExist("astaxie1"))
vv := bm.GetMulti([]string{"astaxie", "astaxie1"})