Exemple #1
0
 public function test_Append()
 {
     $this->assertEquals('append key value', $this->redis->Append('key', 'value'));
 }