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

redisが起動しない #62

Closed
DaichiYamazaki opened this issue Oct 30, 2023 · 3 comments · Fixed by #63
Closed

redisが起動しない #62

DaichiYamazaki opened this issue Oct 30, 2023 · 3 comments · Fixed by #63
Assignees

Comments

@DaichiYamazaki
Copy link

以下コマンドを実行した際、エラーが発生しました。
バージョンはv2.0.2です。

../git/dbdb/redis/create-start.sh redis-xxx 6.0.10 16379
Downloading... https://dbdb.shueisha-artsdigital.co.jp/redis/redis-6.0.10-macos.tar.gz
Extracting...
Installing...
There are no port files for the given 'redis-xxx'.
@yuki777
Copy link
Collaborator

yuki777 commented Apr 6, 2024

@DaichiYamazaki
Issueに気がつかずですみません。

原因はこちらで
redis/redis#12585 (comment)
リストに無い最新のMacOSをつかうとだめ、もしくは古いredis6.*?を使うとだめなようですね。。
6.2.14などは問題ないようです。

とりあえずでしたら、
redis/redis#12585 (comment)
のようにsrc/config.hを修正してmakeしてしまえばOKです。

@yuki777
Copy link
Collaborator

yuki777 commented Apr 6, 2024

dbdbのredis 6.0.*のサポートを切って、
6.2.14移行をサポートするほうが良いかもしれません。

@yuki777
Copy link
Collaborator

yuki777 commented Jun 19, 2024

6.2.14でもmakeエラーが起きているため #63 で対応します

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants