<?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 - Zafer Melih UNUTMAZ</title>
	<atom:link href="https://zafer.win/tag/redis/feed/" rel="self" type="application/rss+xml" />
	<link>https://zafer.win</link>
	<description>Bir Kenarda Dursun</description>
	<lastBuildDate>Wed, 19 Feb 2020 10:55:19 +0000</lastBuildDate>
	<language>tr</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.4.3</generator>
	<item>
		<title>cPanel Redis Kurulumu CentOS7</title>
		<link>https://zafer.win/276/cpanel-redis-kurulumu-centos7/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=cpanel-redis-kurulumu-centos7</link>
					<comments>https://zafer.win/276/cpanel-redis-kurulumu-centos7/#respond</comments>
		
		<dc:creator><![CDATA[Zafer Melih UNUTMAZ]]></dc:creator>
		<pubDate>Wed, 19 Feb 2020 10:55:17 +0000</pubDate>
				<category><![CDATA[CentOS]]></category>
		<category><![CDATA[cPanel]]></category>
		<category><![CDATA[cpanel redis]]></category>
		<category><![CDATA[redis]]></category>
		<category><![CDATA[redis kurulumu]]></category>
		<guid isPermaLink="false">https://zafer.win/?p=276</guid>

					<description><![CDATA[<p>Redis noSQL bir veritabanıdır veriyi bellekte tuttuğu için çok ciddi performans artışı sağlamaktadır. Kuruluma geçelim;SSH ile root olarak sunucumuza bağlanıyoruz paketleri çekip kuruyoruz ve redisi&#8230;</p>
<p>The post <a href="https://zafer.win/276/cpanel-redis-kurulumu-centos7/">cPanel Redis Kurulumu CentOS7</a> first appeared on <a href="https://zafer.win">Zafer Melih UNUTMAZ</a>.</p>]]></description>
										<content:encoded><![CDATA[<p>Redis noSQL bir veritabanıdır veriyi bellekte tuttuğu için çok ciddi performans artışı sağlamaktadır.</p>



<p>Kuruluma geçelim;<br>SSH ile root olarak sunucumuza bağlanıyoruz paketleri çekip kuruyoruz ve redisi aktif edip start ediyoruz.</p>



<pre class="wp-block-code"><code>rpm -ivh https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm
rpm -ivh http://rpms.famillecollet.com/enterprise/remi-release-7.rpm
yum -y install redis --enablerepo=remi --disableplugin=priorities
systemctl enable redis
systemctl start redis</code></pre>



<p>Tüm mevcut sürümler için uyguluyoruz (bloğu komple yapıştırıyoruz)</p>



<pre class="wp-block-code"><code>for phpver in $(whmapi1 php_get_installed_versions|grep -oE '\bea-php.*') ; do
cd ~
wget -O redis.tgz https://pecl.php.net/get/redis
tar -xvf redis.tgz
cd ~/redis* || exit
/opt/cpanel/"$phpver"/root/usr/bin/phpize
./configure --with-php-config=/opt/cpanel/"$phpver"/root/usr/bin/php-config
make clean &amp;&amp; make install
echo 'extension=redis.so' > /opt/cpanel/"$phpver"/root/etc/php.d/redis.ini
rm -rf ~/redis*
done

/scripts/restartsrv_httpd
/scripts/restartsrv_apache_php_fpm</code></pre>



<p>Tekrar tüm bloğu uygulayarak kontrol edelim</p>



<pre class="wp-block-code"><code>for phpver in $(whmapi1 php_get_installed_versions|grep -oE '\bea-php.*') ; do
echo "PHP $phpver" ; /opt/cpanel/"$phpver"/root/usr/bin/php -i |grep "Redis Support"
done</code></pre>



<figure class="wp-block-image size-large"><img decoding="async" width="264" height="53" src="https://zafer.win/wp-content/uploads/2020/02/redissupport.png" alt="" class="wp-image-277"/></figure>



<p>kurulum tamamlandı.</p><p>The post <a href="https://zafer.win/276/cpanel-redis-kurulumu-centos7/">cPanel Redis Kurulumu CentOS7</a> first appeared on <a href="https://zafer.win">Zafer Melih UNUTMAZ</a>.</p>]]></content:encoded>
					
					<wfw:commentRss>https://zafer.win/276/cpanel-redis-kurulumu-centos7/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
