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

test_hMGet() public method

public test_hMGet ( )
    public function test_hMGet()
    {
        $this->assertEquals('hmget key field1 field2', $this->redis->hMGet('key', array('field1', 'field2')));
    }
TestRedisServer