CentOS6に最新のredisをインストールする
何があったか(経緯など)
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
Author And Source
この問題について(CentOS6に最新のredisをインストールする), 我々は、より多くの情報をここで見つけました https://qiita.com/m_kawaguchi/items/8c68a571b00bde30175a著者帰属:元の著者の情報は、元の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 .