<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://briansnelson.com/index.php?action=history&amp;feed=atom&amp;title=Install_Redis_on_Centos_7_How_To</id>
		<title>Install Redis on Centos 7 How To - Revision history</title>
		<link rel="self" type="application/atom+xml" href="https://briansnelson.com/index.php?action=history&amp;feed=atom&amp;title=Install_Redis_on_Centos_7_How_To"/>
		<link rel="alternate" type="text/html" href="https://briansnelson.com/index.php?title=Install_Redis_on_Centos_7_How_To&amp;action=history"/>
		<updated>2026-06-04T08:59:42Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.24.1</generator>

	<entry>
		<id>https://briansnelson.com/index.php?title=Install_Redis_on_Centos_7_How_To&amp;diff=784&amp;oldid=prev</id>
		<title>Brian: Created page with &quot;==How To install Redis on Centos 7==  Redis is an open source, BSD licensed, advanced key-value store. It is often referred to as a data structure server since keys can contai...&quot;</title>
		<link rel="alternate" type="text/html" href="https://briansnelson.com/index.php?title=Install_Redis_on_Centos_7_How_To&amp;diff=784&amp;oldid=prev"/>
				<updated>2014-07-09T20:00:22Z</updated>
		
		<summary type="html">&lt;p&gt;Created page with &amp;quot;==How To install Redis on Centos 7==  Redis is an open source, BSD licensed, advanced key-value store. It is often referred to as a data structure server since keys can contai...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;==How To install Redis on Centos 7==&lt;br /&gt;
&lt;br /&gt;
Redis is an open source, BSD licensed, advanced key-value store. It is often referred to as a data structure server since keys can contain strings, hashes, lists, sets and sorted sets.&lt;br /&gt;
&lt;br /&gt;
===Install Redis with Yum===&lt;br /&gt;
&lt;br /&gt;
 yum install redis php-pecl-redis&lt;br /&gt;
&lt;br /&gt;
===Enable Redis service to start on boot===&lt;br /&gt;
&lt;br /&gt;
 systemctl enable redis-server.service&lt;br /&gt;
&lt;br /&gt;
===Disable Redis service from start on boot===&lt;br /&gt;
&lt;br /&gt;
 systemctl disable redis-server.service&lt;br /&gt;
&lt;br /&gt;
===Start/Stop/Restart Redis===&lt;br /&gt;
&lt;br /&gt;
Start&lt;br /&gt;
 systemctl start redis-server.service&lt;br /&gt;
Stop&lt;br /&gt;
 systemctl stop redis-server.service&lt;br /&gt;
Restart&lt;br /&gt;
 systemctl restart redis-server.service&lt;br /&gt;
&lt;br /&gt;
===Check if Redis is Running===&lt;br /&gt;
&lt;br /&gt;
Is Running&lt;br /&gt;
 systemctl is-active redis-server.service&lt;/div&gt;</summary>
		<author><name>Brian</name></author>	</entry>

	</feed>