<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>redis &#8211; Kralonline</title>
	<atom:link href="https://kralonline.com.tr/tag/redis/feed/" rel="self" type="application/rss+xml" />
	<link>https://kralonline.com.tr</link>
	<description>Kral Internet</description>
	<lastBuildDate>Tue, 07 Oct 2025 19:36:12 +0000</lastBuildDate>
	<language>tr</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.3</generator>
	<item>
		<title>Redis Installation on UBUNTU</title>
		<link>https://kralonline.com.tr/redis-installation-on-ubuntu/</link>
		
		<dc:creator><![CDATA[KralAdmin]]></dc:creator>
		<pubDate>Tue, 07 Oct 2025 19:15:55 +0000</pubDate>
				<category><![CDATA[Kralonline]]></category>
		<category><![CDATA[Redis]]></category>
		<category><![CDATA[redis]]></category>
		<category><![CDATA[redis configuration]]></category>
		<category><![CDATA[redis installation]]></category>
		<category><![CDATA[redis installation on ubuntu]]></category>
		<category><![CDATA[redis ubuntu]]></category>
		<guid isPermaLink="false">https://kralonline.com.tr/?p=120</guid>

					<description><![CDATA[Ubuntu 20.04 üzerine Redis yüklemek istiyorsanız ...]]></description>
										<content:encoded><![CDATA[
<h1 class="wp-block-heading"><strong>Ubuntu 20.04 &#8211; Redis Installation</strong></h1>



<h3 class="wp-block-heading">Step1 &#8211; Ubuntu Server Update And Upgrade</h3>



<pre class="wp-block-code"><code>sudo apt update
sudo apt upgrade  --- Gerek görürseniz upgrade edip , sunucuyu Reboot Edin.
reboot</code></pre>



<h3 class="wp-block-heading">Step2 &#8211; Redis Installation</h3>



<pre class="wp-block-code"><code>sudo apt install redis-server -y
</code></pre>



<h3 class="wp-block-heading">Step3 &#8211; Redis Service Check</h3>



<pre class="wp-block-code"><code>sudo systemctl status redis
sudo systemctl enable redis
sudo systemctl start redis
sudo systemctl restart redis
sudo systemctl status redis
</code></pre>



<h3 class="wp-block-heading">Step4- Redis Configuration</h3>



<p><strong>Gerek görürseniz Konfigürasyon dosyasını güncelleyerek , Redis&#8217;i tekrardan başlatmalısınız.</strong></p>



<pre class="wp-block-code has-small-font-size"><code><strong>/etc/redis/redis.conf  &lt;&lt; 

<code><code>bind 0.0.0.0</code>requirepass GüçlüBirParola</code></strong></code></pre>



<pre class="wp-block-code has-small-font-size"><code><strong>sudo systemctl restart redis
sudo systemctl status redis</strong>

bind 0.0.0.0 &lt;&lt;&lt; ---Yerel erişim dışına çıkmayacaksanız, bind 127.0.0.1 ::1

requirepass GüçlüBirParola!!x    &lt;&lt;&lt; --- Güvenli bir Redis için , Güçlü bir parola ekleyiniz.</code></pre>



<h3 class="wp-block-heading">Step5 &#8211; Redis Test Connection</h3>



<pre class="wp-block-code"><code><strong>redis-cli</strong>
127.0.0.1:6379&gt; <strong>ping</strong>
- <strong>PONG</strong> </code></pre>



<p>Redis Clienttan ping atıp , PONG cevabını görüyorsak , Test connection tamamdır.</p>



<p class="has-pale-cyan-blue-color has-text-color has-link-color wp-elements-70eb2f5a0a9c5045da1c13f35f1a508a"></p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
