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