LoginSignup
1
0

More than 5 years have passed since last update.

Homebrewを使わずにRedisをインストールしてみよう

Posted at

はじめに

makeすればインストールできると思っていたら、そうではなかったので紹介します。

ダウンロード

下記URLからダウンロードします。

バージョンは3.2.8です。

ビルド

下記コマンドラインを実行してビルドします。

xcode-select --install
tar -zxf redis-3.2.8.tar.gz
cd redis-3.2.8
make distclean all

make testしたほうがいいかもしれません。

インストール

redis-server, redis-cliを適当なところに配置して、パスを通して、インストール完了です!

参考URL

1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0