-
Notifications
You must be signed in to change notification settings - Fork 2.5k
New issue
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
Add type hints for JSON commands #1921
Conversation
"""Return the memory usage in bytes of a value under ``path`` from | ||
key ``name``. | ||
|
||
For more information: https://oss.redis.com/redisjson/commands/#jsondebg | ||
For more information: https://oss.redis.com/redisjson/commands/#jsondebug |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nice catch!
* add bzmpop * add comment * fix pr comment * fix linters * fix pr comments
* add zintercard * fix pr comment * linters
* add sort_ro * mark test as onlynon cluster * delete mark test as onlynoncluster * add eval_ro * fix linters * delete sort_ro * fix pr comment * add type hints * add type hints * linters
* add evalsha-ro * fix pr comment * add type hints * add type hints
* fix naming convention * fix worng changes
Codecov Report
@@ Coverage Diff @@
## master #1921 +/- ##
==========================================
+ Coverage 92.99% 93.01% +0.01%
==========================================
Files 76 77 +1
Lines 16537 16541 +4
==========================================
+ Hits 15379 15385 +6
+ Misses 1158 1156 -2
Continue to review full report at Codecov.
|
Pull Request check-list
Please make sure to review and check all of these items:
$ tox
pass with this change (including linting)?NOTE: these things are not required to open a PR and can be done
afterwards / while the PR is open.
Description of change
Please provide a description of the change here.