Example #1
0
 public function test_hSet()
 {
     $this->assertEquals('hset key field value', $this->redis->hSet('key', 'field', 'value'));
 }