CentOS7.xに最新版のRedisをインストールする最も簡単な方法
はじめに
公式でRedis3系のrpmは提供されていないので、REMIを使うのが最も簡単に導入する方法となる。
必要なリポジトリの導入
環境は、CentOS 7.2 である。
まず、EPEL と REMI を導入する。
$ sudo yum install epel-release
$ wget http://rpms.famillecollet.com/enterprise/remi-release-7.rpm
$ sudo rpm -Uvh remi-release-7*.rpm
Redisインストール
REMIはデフォルトでdisableであるため--enablerepo
してRedisをインストールする。
$ sudo yum --enablerepo=remi,remi-test,epel install redis
今(2016年6月9日現在)なら、Redis3.2がインストールされる。
Author And Source
この問題について(CentOS7.xに最新版のRedisをインストールする最も簡単な方法), 我々は、より多くの情報をここで見つけました https://qiita.com/kentarosasaki/items/d6157e9334a8902413e7著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .