Skip to content

Conversation

@xiedeyantu
Copy link
Member

// On newer versions of macOS, the temporary directory /var/folders does not
// support executing binary files with a .app extension, which prevents Redis
// from starting. To ensure Redis runs correctly, the redis-server binary is
// uniformly renamed to edis-server.
Copy link
Contributor

Choose a reason for hiding this comment

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

typo

// uniformly renamed to edis-server.
String executableName = "redis-server";
File command = new File(tmpDir, executableName);
System.out.println("Executing " + command.getAbsolutePath());
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 print supposed to be here?

@xiedeyantu
Copy link
Member Author

@mihaibudiu Thank you for your detailed review. I have corrected both issues.

@sonarqubecloud
Copy link

sonarqubecloud bot commented Feb 8, 2026

@xiedeyantu xiedeyantu added LGTM-will-merge-soon Overall PR looks OK. Only minor things left. labels Feb 8, 2026
@xiedeyantu xiedeyantu merged commit 894136f into apache:main Feb 9, 2026
52 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

LGTM-will-merge-soon Overall PR looks OK. Only minor things left.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants