<?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 Setup Redis For High Availability with Sentinel in CentOS 8 &#8211; Part 2	</title>
	<atom:link href="https://www.tecmint.com/setup-redis-high-availability-with-sentinel-in-centos-8/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.tecmint.com/setup-redis-high-availability-with-sentinel-in-centos-8/</link>
	<description>Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks.</description>
	<lastBuildDate>Tue, 06 Jun 2023 00:32:30 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: KB Benton		</title>
		<link>https://www.tecmint.com/setup-redis-high-availability-with-sentinel-in-centos-8/comment-page-1/#comment-2022840</link>

		<dc:creator><![CDATA[KB Benton]]></dc:creator>
		<pubDate>Tue, 06 Jun 2023 00:32:30 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=36750#comment-2022840</guid>

					<description><![CDATA[In order to use debug sleep 60 (or any other value) directive on a recent version of redis, one must enable the debug command in the &lt;strong&gt;redis.conf&lt;/strong&gt; file. It needs a line like this:
&lt;pre&gt;
enable-debug-command yes
&lt;/pre&gt;
This is not a dynamic setting so in order to enable it, a restart is required. It&#039;s probably *not* a good idea to leave this setting enabled most of the time or on a production instance.]]></description>
			<content:encoded><![CDATA[<p>In order to use debug sleep 60 (or any other value) directive on a recent version of redis, one must enable the debug command in the <strong>redis.conf</strong> file. It needs a line like this:</p>
<pre>
enable-debug-command yes
</pre>
<p>This is not a dynamic setting so in order to enable it, a restart is required. It&#8217;s probably *not* a good idea to leave this setting enabled most of the time or on a production instance.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: jr		</title>
		<link>https://www.tecmint.com/setup-redis-high-availability-with-sentinel-in-centos-8/comment-page-1/#comment-1540951</link>

		<dc:creator><![CDATA[jr]]></dc:creator>
		<pubDate>Wed, 07 Jul 2021 16:34:30 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=36750#comment-1540951</guid>

					<description><![CDATA[When the first slave is promoted to be the master, the 2nd slave could not connect to it.

Here is the error I&#039;m encountering:

30751:S 07 Jul 16:32:03.415 * Connecting to MASTER 10.1.0.2:6379
30751:S 07 Jul 16:32:03.415 * MASTER  SLAVE sync started
30751:S 07 Jul 16:32:03.416 * Non-blocking connect for SYNC fired the event.
30751:S 07 Jul 16:32:03.418 * Master replied to PING, replication can continue...
30751:S 07 Jul 16:32:03.418 # Unable to AUTH to MASTER: -ERR Client sent AUTH, but no password is set]]></description>
			<content:encoded><![CDATA[<p>When the first slave is promoted to be the master, the 2nd slave could not connect to it.</p>
<p>Here is the error I&#8217;m encountering:</p>
<p>30751:S 07 Jul 16:32:03.415 * Connecting to MASTER 10.1.0.2:6379<br />
30751:S 07 Jul 16:32:03.415 * MASTER  SLAVE sync started<br />
30751:S 07 Jul 16:32:03.416 * Non-blocking connect for SYNC fired the event.<br />
30751:S 07 Jul 16:32:03.418 * Master replied to PING, replication can continue&#8230;<br />
30751:S 07 Jul 16:32:03.418 # Unable to AUTH to MASTER: -ERR Client sent AUTH, but no password is set</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
