Skip to content

Add ability to use external redis server - #11

Open
Crozin wants to merge 2 commits into
poulfoged:masterfrom
Crozin:master
Open

Add ability to use external redis server#11
Crozin wants to merge 2 commits into
poulfoged:masterfrom
Crozin:master

Conversation

@Crozin

@Crozin Crozin commented Feb 4, 2019

Copy link
Copy Markdown

No description provided.

@Crozin Crozin mentioned this pull request Feb 6, 2019

if (config.useExternalBinary)
{
var finder = IsLinux() ? "which" : "where";

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

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

What is "which" and "where" ? I don't understand it

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

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

which/where are utility tools available on almost all Windows/*nix machines that returns absolute path to binary from path. However I think there is no point in doing that. We could rely on redis being available from PATH.

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.

2 participants