Skip to content

Conversation

@bkda
Copy link
Contributor

@bkda bkda commented Sep 11, 2018

I just tried to use fakeredis to test my code, e.g.

data = redis.zrevrange(cls.KEY.format(challenge_id=challenge_id), start=offset, end=offset + limit,
                                       withscores=True)

And I found type error:

TypeError: zrevrange() got an unexpected keyword argument 'end'

So maybe it's better to keep pace with redis-py on zrevrange method?
Also you can check here

Cheers.

@coveralls
Copy link

Coverage Status

Coverage remained the same at 98.484% when pulling 310cfb1 on da2018:master into eb2eb27 on jamesls:master.

@bmerry bmerry merged commit b87e885 into jamesls:master Sep 11, 2018
@bmerry
Copy link
Collaborator

bmerry commented Sep 11, 2018

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants