LoginSignup
3
7

More than 5 years have passed since last update.

CentOS6に最新のredisをインストールする

Posted at

何があったか(経緯など)

CentOS の yum経由で入れたredisが古く、

error msg :ERR unknown command 'SCAN'

が表示されて困った

調べたところ、まんまgistに解決策が上がっていて解決したので記録として残すことにした

解決策

最新のredisをインストールする

インストール

rpm -Uvh http://download.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm
rpm -Uvh http://rpms.famillecollet.com/enterprise/remi-release-6.rpm

yum --enablerepo=remi,remi-test install redis

以上、解決。

参照サイト

Install Redis on Centos 6 · GitHub : https://gist.github.com/nghuuphuoc/7801123

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