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

Change redis to valkey in Factory #20644

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

tinawang123
Copy link
Contributor

@tinawang123 tinawang123 commented Nov 15, 2024

Change redis to valkey in Factory

@tinawang123 tinawang123 added qe-core Tag used to filter PR's created by QE-Core's members or are assigned to them WIP Work in progress labels Nov 15, 2024
upload_logs('/var/log/valkey/valkey-server_6379.log');
upload_logs('/var/log/valkey/valkey-server_6380.log');
assert_script_run('valkey-cli -h localhost flushall');
assert_script_run('killall valkey-server');
Copy link
Member

Choose a reason for hiding this comment

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

doesn't valkey come with a systemd unit that can be used instead? or it does but is easier to test starting a the processes by hand?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
qe-core Tag used to filter PR's created by QE-Core's members or are assigned to them
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants