Jamm\Memory\Tests\TestRedisServer::test_hSetNX PHP Method

test_hSetNX() public method

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