Merge develop
This commit is contained in:
2
adapter/cache/redis/redis_test.go
vendored
2
adapter/cache/redis/redis_test.go
vendored
@@ -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"})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user