示例#1
0
 public function test_SetRange()
 {
     $this->assertEquals('setrange k 5 v', $this->redis->setrange('k', 5, 'v'));
 }