<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>
	Comments on: How to Install Redis Server in CentOS and Debian Based Systems	</title>
	<atom:link href="https://www.tecmint.com/install-redis-server-in-centos-ubuntu-debian/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.tecmint.com/install-redis-server-in-centos-ubuntu-debian/</link>
	<description>Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks.</description>
	<lastBuildDate>Thu, 26 Aug 2021 08:06:27 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: Manu Kapoor		</title>
		<link>https://www.tecmint.com/install-redis-server-in-centos-ubuntu-debian/comment-page-1/#comment-1575006</link>

		<dc:creator><![CDATA[Manu Kapoor]]></dc:creator>
		<pubDate>Thu, 26 Aug 2021 08:06:27 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=26597#comment-1575006</guid>

					<description><![CDATA[Great Article. Very useful for setting up Redis using the source code method!]]></description>
			<content:encoded><![CDATA[<p>Great Article. Very useful for setting up Redis using the source code method!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Ravi Saive		</title>
		<link>https://www.tecmint.com/install-redis-server-in-centos-ubuntu-debian/comment-page-1/#comment-1311949</link>

		<dc:creator><![CDATA[Ravi Saive]]></dc:creator>
		<pubDate>Wed, 15 Jan 2020 10:06:13 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=26597#comment-1311949</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/install-redis-server-in-centos-ubuntu-debian/comment-page-1/#comment-1311913&quot;&gt;Ayon Lee&lt;/a&gt;.

@Ayon,

Thanks for notifying me, corrected in the article.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/install-redis-server-in-centos-ubuntu-debian/comment-page-1/#comment-1311913">Ayon Lee</a>.</p>
<p>@Ayon,</p>
<p>Thanks for notifying me, corrected in the article.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Ayon Lee		</title>
		<link>https://www.tecmint.com/install-redis-server-in-centos-ubuntu-debian/comment-page-1/#comment-1311913</link>

		<dc:creator><![CDATA[Ayon Lee]]></dc:creator>
		<pubDate>Wed, 15 Jan 2020 06:35:07 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=26597#comment-1311913</guid>

					<description><![CDATA[Very nice article, although there is a small mistake, in the service file &#039;&lt;strong&gt;/etc/systemd/system/redis.service&lt;/strong&gt;&#039;, the following line:
&lt;pre&gt;
Type=Forking
&lt;/pre&gt;
should be:
&lt;pre&gt;
Type=forking
&lt;/pre&gt;
It needs to be lower-cased.]]></description>
			<content:encoded><![CDATA[<p>Very nice article, although there is a small mistake, in the service file &#8216;<strong>/etc/systemd/system/redis.service</strong>&#8216;, the following line:</p>
<pre>
Type=Forking
</pre>
<p>should be:</p>
<pre>
Type=forking
</pre>
<p>It needs to be lower-cased.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Kang Dels		</title>
		<link>https://www.tecmint.com/install-redis-server-in-centos-ubuntu-debian/comment-page-1/#comment-908491</link>

		<dc:creator><![CDATA[Kang Dels]]></dc:creator>
		<pubDate>Fri, 25 Aug 2017 16:17:48 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=26597#comment-908491</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/install-redis-server-in-centos-ubuntu-debian/comment-page-1/#comment-908487&quot;&gt;Kang Dels&lt;/a&gt;.

Nevermind fixed by changing Type=Forking into Type=forking (lowercase f)]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/install-redis-server-in-centos-ubuntu-debian/comment-page-1/#comment-908487">Kang Dels</a>.</p>
<p>Nevermind fixed by changing Type=Forking into Type=forking (lowercase f)</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Kang Dels		</title>
		<link>https://www.tecmint.com/install-redis-server-in-centos-ubuntu-debian/comment-page-1/#comment-908487</link>

		<dc:creator><![CDATA[Kang Dels]]></dc:creator>
		<pubDate>Fri, 25 Aug 2017 15:56:12 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=26597#comment-908487</guid>

					<description><![CDATA[Not working for me:
3589:C 25 Aug 22:52:53.868 # oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo
3589:C 25 Aug 22:52:53.868 # Redis version=4.0.1, bits=64, commit=00000000, modified=0, pid=3589, just started
3589:C 25 Aug 22:52:53.868 # Configuration loaded
3589:C 25 Aug 22:52:53.868 # systemd supervision requested, but NOTIFY_SOCKET not found
3590:M 25 Aug 22:52:53.869 * Increased maximum number of open files to 10032 (it was originally set to 1024).]]></description>
			<content:encoded><![CDATA[<p>Not working for me:<br />
3589:C 25 Aug 22:52:53.868 # oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo<br />
3589:C 25 Aug 22:52:53.868 # Redis version=4.0.1, bits=64, commit=00000000, modified=0, pid=3589, just started<br />
3589:C 25 Aug 22:52:53.868 # Configuration loaded<br />
3589:C 25 Aug 22:52:53.868 # systemd supervision requested, but NOTIFY_SOCKET not found<br />
3590:M 25 Aug 22:52:53.869 * Increased maximum number of open files to 10032 (it was originally set to 1024).</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
