コード例 #1
0
ファイル: TestRedisServer.php プロジェクト: jamm/memory
 public function test_SYNC()
 {
     $this->assertEquals("sync", $this->redis->SYNC());
 }