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

chore: move rdb save related logic into auxillary file #1769

Merged
merged 1 commit into from
Aug 30, 2023
Merged

chore: move rdb save related logic into auxillary file #1769

merged 1 commit into from
Aug 30, 2023

Conversation

romange
Copy link
Collaborator

@romange romange commented Aug 30, 2023

  1. No logic was changed during refactoring.
  2. Flipped the flag to run regression tests for now own with zset_tree=on

@romange romange requested a review from dranikpg August 30, 2023 09:27
1. No logic was changed during refactoring.
2. Flipped the flag to run regression tests for now own with zset_tree=on

Signed-off-by: Roman Gershman <roman@dragonflydb.io>
@@ -72,7 +72,7 @@ def stop(self, kill=False):
def _start(self):
if self.params.existing_port:
return
base_args = [f"--{v}" for v in self.params.args]
base_args = ["--use_zset_tree"] + [f"--{v}" for v in self.params.args]
Copy link
Contributor

Choose a reason for hiding this comment

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

is this intentionally here?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

yeah, updated the PR description (too lazy to send a commit only for this)

@romange romange merged commit 3829e36 into main Aug 30, 2023
10 checks passed
@romange romange deleted the Pr1 branch August 30, 2023 13:41
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.

None yet

3 participants