コード例 #1
0
ファイル: RedisMgrTest.cs プロジェクト: LeehanLee/L.S
 public void RedisExistTest()
 {
     Assert.IsTrue(mgr.Exist(key));
 }
コード例 #2
0
 public void MemcachedExistTest()
 {
     Assert.IsTrue(mgr.Exist(key));
 }