-
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
Making search document subscriptable #2615
Making search document subscriptable #2615
Conversation
Codecov ReportPatch coverage:
📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more Additional details and impacted files@@ Coverage Diff @@
## master #2615 +/- ##
==========================================
- Coverage 92.28% 92.28% -0.01%
==========================================
Files 115 115
Lines 29754 29759 +5
==========================================
+ Hits 27458 27462 +4
- Misses 2296 2297 +1
... and 2 files with indirect coverage changes Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report in Codecov by Sentry. |
Hi @dvora-h , any idea how to re-run the checks, I think it's failing for some other reason. |
Checks are failing which is unrelated to PR changes. @chayim , can you check this once. |
@aksinha334 Thanks for contributing this feature! Can you please add a test for it? |
948a142
to
39bfa18
Compare
* update json().arrindex() default values * add unit test * fix falsy checks * more unit tests * add asyncio tests * fix lint line length --------- Co-authored-by: Alex Schmitz <aschmitz@box.com>
* speeding up the protocol parser * linting * changes to ease
Co-authored-by: dvora-h <67596500+dvora-h@users.noreply.github.com>
* update return type of smismember * use Literal instead of int
Hi @dvora-h @chayim , again check is failing on unrelated changes of PR, now failing in redis/asyncio/client.py line 463. I've also added test of this PR. Can you please check for failure and review PR. from redis.commands.search.result import Result --> returns Document class, so I have simply did subscriptable on that. Sorry for long commit, I had to rebase, still learning. |
Hi @dvora-h , check has been passed and test has been added for this PR. Can you please review the PR? |
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.
[Fixed issue #2598 - make Document class subscriptable]