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

Linux Support #10

Open
dotgodly opened this issue Jun 27, 2018 · 7 comments
Open

Linux Support #10

dotgodly opened this issue Jun 27, 2018 · 7 comments

Comments

@dotgodly
Copy link

No description provided.

@Crozin
Copy link

Crozin commented Feb 4, 2019

Any chance for Linux support? What's stopping us from doing it?

@vmaleze
Copy link

vmaleze commented Feb 5, 2019

Had the same need.
Feel free to check => Linux compatibility / Remove old .Net Frameworks #12

@Crozin
Copy link

Crozin commented Feb 6, 2019

A work-around is proposed here #11

@vmaleze
Copy link

vmaleze commented Feb 6, 2019

A work-around is proposed here #11

Yeah I saw your PR as well. But in your implementation, you assume that redis-server is installed on the machine.
The main purpose of this library is for tests. And you should be able to run those tests on any env and not depend on a redis-server that needs to be installed. You need to include the bin in the lib. Otherwise, you are not running "inside"

@Crozin
Copy link

Crozin commented Feb 6, 2019

Yeah, this is why I've called it UseExternalClient() ;-) It's a little more difficult to provide a single "generic" linux binary for Redis. That's why I thought the use of external client might be still useful as this lib provides a newly created, isolated instance. Yes, the host must have Redis preinstalled to use this feature.

@Crozin
Copy link

Crozin commented Feb 12, 2019

Any update? :)

@laurentlbm-rc
Copy link

@poulfoged Any chance this could be added in?

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

No branches or pull requests

4 participants