Skip to content
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

Replace execute_command with specific redis functions when possible #346

Merged
merged 2 commits into from
Aug 22, 2022

Conversation

dvora-h
Copy link
Contributor

@dvora-h dvora-h commented Aug 11, 2022

No description provided.

@@ -1490,7 +1490,7 @@ async def save(
db = self._get_db(pipeline)

# TODO: Wrap response errors in a custom exception?
await db.execute_command("JSON.SET", self.key(), ".", self.json())
await db.json().set(self.key(), ".", json.loads(self.json()))
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

instead of "." perhaps we should use the json.root_path?

Copy link
Contributor

@chayim chayim left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just the one comment

@dvora-h dvora-h requested a review from chayim August 11, 2022 15:07
Copy link
Contributor

@simonprickett simonprickett left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me - I looked over the code and ran tests on my machine.

@dvora-h dvora-h merged commit 57608d8 into main Aug 22, 2022
@dvora-h dvora-h deleted the use-redis-commands branch August 22, 2022 15:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants