Skip to content

Add exception handler for .jsonget for non-existent keys + test #20

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

Merged
merged 1 commit into from
Mar 5, 2019

Conversation

bentsku
Copy link
Contributor

@bentsku bentsku commented Feb 22, 2019

Add exception handler for .jsonget for non-existent keys (taken in PR#11, from @cjtapper) + added the test coverage necessary for the merge.

I just finished the work of @cjtapper, added the one line missing for the automatic merge.
It is to fix #9

  • Added blank lines in the client.py file for PEP8 compliance.

(It's my first pull request, so I'm sorry in advance if I don't follow the proper etiquette!)

…#11, from @cjtapper) + added the test coverage necessary for the merge
@coveralls
Copy link

Coverage Status

Coverage remained the same at 100.0% when pulling 87da6ba on bentsku:master into ba4adf5 on RedisLabs:master.

@gkorland gkorland requested a review from itamarhaber February 28, 2019 16:32
@gkorland gkorland merged commit c15a6b6 into RedisJSON:master Mar 5, 2019
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.

client.jsonget('foo', '.') causes TypeError if key doesn't exist.
4 participants