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