示例#1
0
 public void GetKeyTypeTest_KeyIsNotExist_Fail()
 {
     string key = "GetKeyTypeTest_KeyIsNotExist_Fail";
     var type = _provider.GetKeyType(key);
     type.ShouldBe(RedisDataType.None);
 }