-
Notifications
You must be signed in to change notification settings - Fork 80
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 instructions give error at step to install redis on mac #3310
Comments
I think @antgonza should weigh in. |
@charles-cowart, could you verify the redbiom test suite works with 7.0? It would be great if that is the case. On production I think we're using 3.2.6 @AmandaBirmingham, |
These may be the fastest issue responses I've ever seen :) :) |
FWIW, on my computer I'm using:
and everything is working fine. Additionally, I didn't find in my email or notes any reason to keep using that older version. I'm gonna issue a PR using the latest version and see what happens. |
Never mind, there are no restrictions in Qiita and the builds have been using higher version for both qiita and redbiom. |
Finally getting back to this. Is it possible to let homebrew install whatever the newest version of redis is? If yes, would everyone agree that this could be a good solution for this issue? If not, what could it be a good solution? |
Works for me :) |
Agreed, it works for me as well. I believe 'brew install redis' will install the latest by default. |
It assumes people use |
oh weird, |
Honestly, I think is historical ... to when things were hard to install in M1/M2 ... |
@wasade it is also installable through conda (conda install redis), docker containers, and perhaps even other avenues. As long as the latest version can reliably be used then I don't think it matters so much how it's installed. Pinning the version to 2.x is what it makes it harder to install as it becomes unsupported on most of these installation pathways. |
Yes, but we currently assume Pins are hard and should be removed unless needed |
It sounds like we're all in agreement that this one can be removed then. |
Possibly, were you able to perform the check discussed here? |
Confirmed the tests do pass using Redis 5.0.3 from the conda environment and using Redis 7.2.4 installed with homebrew. The number of messages sent using pubsub was changed to 1000 to shorten the test time; all other defaults were used. Not sure why two tests were skipped - do you know? 5.0.3:
|
I think those are the redis tests, the earlier question was w.r.t. the redbiom test suite though? |
doh! You're right, they were the webdis tests. Wrong directory. |
No worries, thanks!
… On Jan 9, 2024, at 12:24 PM, Charles Cowart ***@***.***> wrote:
I think those are the redis tests, the earlier question was w.r.t. the redbiom test suite though?
doh! You're right, they were the webdis tests. Wrong directory.
—
Reply to this email directly, view it on GitHub <https://urldefense.com/v3/__https://github.com/qiita-spots/qiita/issues/3310*issuecomment-1883729217__;Iw!!Mih3wA!AhgFgQAUPWNNnnF_XvhfgA_BnPixxC-Uj8q5HYgJORrJ02gfzNPOF8tTdxXoBrE15CIpfhhccYkPWZL1GjrwDRomRJ3X31yaoXKpow$>, or unsubscribe <https://urldefense.com/v3/__https://github.com/notifications/unsubscribe-auth/AADTZMWTBRZALGWTBNF2ZEDYNWRRRAVCNFSM6AAAAAA3NFJG7GVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQOBTG4ZDSMRRG4__;!!Mih3wA!AhgFgQAUPWNNnnF_XvhfgA_BnPixxC-Uj8q5HYgJORrJ02gfzNPOF8tTdxXoBrE15CIpfhhccYkPWZL1GjrwDRomRJ3X31wfUNYp6Q$>.
You are receiving this because you were mentioned.
|
test.log |
Great, thank you! |
The install instructions at
qiita/INSTALL.md
Line 119 in 4492c3d
give the command
brew install homebrew/versions/redis28
but Homebrew 4.1.4 (current version as of 08/11/2023) gives the error:
Error: homebrew/versions was deprecated. This tap is now empty and all its contents were either deleted or migrated.
@charles-cowart has indicated that it should be ok to use the latest version of redis instead (current up around 7.0), in which case the command in the install could change to:
brew install redis
The text was updated successfully, but these errors were encountered: