-
Notifications
You must be signed in to change notification settings - Fork 183
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
Install a specific version #4
Comments
This should do the trick:
|
Thanks for quick help! Works great, but I do have to specify the version very detailed. Like
|
Another issue, partially related (should I create a new?): $ sudo service redis-server start
Starting redis-server:
*** FATAL CONFIG FILE ERROR ***
Reading the configuration file, at line 107
>>> 'stop-writes-on-bgsave-error yes'
Bad directive or wrong number of arguments
failed
|
That's because 2.4 is no longer supported using this module. |
// , Excellent support Arioch. I had this same question, and this answers it for me. Much better to control this the way that you have outlined, rather than a "redis version" value or something. |
I can't seem to find this anywhere, but how should I handle things if I want to install a specific version of Redis that's crucial to my server setup?
The text was updated successfully, but these errors were encountered: