We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The latest version of redis-py has a "score_cast_func" parameter on the sorted set functions that accept a withscores parameter.
As fakeredis doesn't have a matching parameter, attempts to use with such calls fail
The text was updated successfully, but these errors were encountered:
Fix issue jamesls#44 - Add 'score_cast_func' parameters to sorted sets
caed58f
Merge pull request #1 from tellybug/issue_44_score_cast_func
82b0702
Merge pull request #1 from tellybug/master
e207bd3
Merge issue jamesls#44 with inherit-redis
Implemented in #194 and included in 0.11.0 release.
Sorry, something went wrong.
No branches or pull requests
The latest version of redis-py has a "score_cast_func" parameter on the sorted set functions that accept a withscores parameter.
As fakeredis doesn't have a matching parameter, attempts to use with such calls fail
The text was updated successfully, but these errors were encountered: