7
7

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

Redisのインストール

Posted at

Windows

git clone git://github.com/SOpenTech/redis.git

取得したソースの/Redis-バージョン/bin/releaseにあるzipファイルを展開します。

redisbin.zipが32bit版、redisbin64.zipが64bit版です。

Redis本体のディレクトリを適当な場所に移動します。

解凍して得られる、redis-server.exeがRedisサーバー、redis-cliがRedisクライアントです。

OSX

brew install redis

Linux

7
7
1

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
7
7

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?