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

test_hExists() public method

public test_hExists ( )
    public function test_hExists()
    {
        $this->assertEquals('hexists key field', $this->redis->hExists('key', 'field'));
    }
TestRedisServer