Exemple #1
0
 public function test_hSetNX()
 {
     $this->assertEquals('hsetnx key field value', $this->redis->hSetNX('key', 'field', 'value'));
 }