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