CentOS 6.5 installation of redis error solution

First of all, when I install Open-Falcon, I need to install mysql and redis first.
When installing redis, I encountered a problem.
The error message of the problem is as follows:

quote
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
* base: centos.sonn.com
* extras: mirror.supremebytes.com
* updates: mirrors.cat.pdx.edu
Setting up Install Process
No package redis available.
Error: Nothing to do


At this time, it means that there is no redis application installation source in the system.

OK, the solution:
command one:

quote
wget http://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm


Command two:

quote
rpm -ivh epel-release-6-8.noarch.rpm


Command three:

quote
yum install redis


This is OK. If there are other problems, you can simulate and solve them together.

Guess you like

Origin http://10.200.1.11:23101/article/api/json?id=326883431&siteId=291194637