<?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>Linux Ask! &#187; Redis</title>
	<atom:link href="http://www.linuxask.com/topics/databases/redis/feed" rel="self" type="application/rss+xml" />
	<link>http://www.linuxask.com</link>
	<description>Linux Ask! is a Q &#38; A web site specific for Linux related questions such as how to use common Linux commands.</description>
	<lastBuildDate>Tue, 05 May 2015 07:15:40 +0000</lastBuildDate>
	<language>en-US</language>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.9.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>How to install redis on Mac OSX using home brew</title>
		<link>http://www.linuxask.com/questions/how-to-install-redis-on-mac-osx-using-home-brew</link>
		<comments>http://www.linuxask.com/questions/how-to-install-redis-on-mac-osx-using-home-brew#comments</comments>
		<pubDate>Wed, 31 Jul 2013 15:52:03 +0000</pubDate>
		<dc:creator><![CDATA[Linux Ask!]]></dc:creator>
				<category><![CDATA[Redis]]></category>
		<category><![CDATA[redis]]></category>

		<guid isPermaLink="false">http://www.linuxask.com/?p=4304</guid>
		<description><![CDATA[How to install redis in Mac OSX using home brew Answer: To install redis on Mac OSX using homebrew, use # brew install redis<div class='yarpp-related-rss'>

Related posts:<ol>
<li><a href="http://www.linuxask.com/questions/how-to-disable-services-auto-startup-if-they-are-installed-using-home-brew" rel="bookmark" title="How to disable services auto startup if they are installed using home brew">How to disable services auto startup if they are installed using home brew </a></li>
<li><a href="http://www.linuxask.com/questions/install-redis-server-in-ubuntu" rel="bookmark" title="Install Redis server in Ubuntu">Install Redis server in Ubuntu </a></li>
<li><a href="http://www.linuxask.com/questions/install-bash-completion-for-mac-osx" rel="bookmark" title="Install bash completion for Mac OSX">Install bash completion for Mac OSX </a></li>
</ol>
</div>
]]></description>
				<content:encoded><![CDATA[<p>How to install redis in Mac OSX using home brew</p>
<p><strong>Answer:</strong></p>
<p>To install redis on Mac OSX using homebrew, use</p>
<p><code># brew install redis</code></p>
<div class='yarpp-related-rss'>
<p>Related posts:<ol>
<li><a href="http://www.linuxask.com/questions/how-to-disable-services-auto-startup-if-they-are-installed-using-home-brew" rel="bookmark" title="How to disable services auto startup if they are installed using home brew">How to disable services auto startup if they are installed using home brew </a></li>
<li><a href="http://www.linuxask.com/questions/install-redis-server-in-ubuntu" rel="bookmark" title="Install Redis server in Ubuntu">Install Redis server in Ubuntu </a></li>
<li><a href="http://www.linuxask.com/questions/install-bash-completion-for-mac-osx" rel="bookmark" title="Install bash completion for Mac OSX">Install bash completion for Mac OSX </a></li>
</ol></p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.linuxask.com/questions/how-to-install-redis-on-mac-osx-using-home-brew/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Install Redis server in Ubuntu</title>
		<link>http://www.linuxask.com/questions/install-redis-server-in-ubuntu</link>
		<comments>http://www.linuxask.com/questions/install-redis-server-in-ubuntu#comments</comments>
		<pubDate>Fri, 28 Sep 2012 03:49:18 +0000</pubDate>
		<dc:creator><![CDATA[Linux Ask!]]></dc:creator>
				<category><![CDATA[Redis]]></category>
		<category><![CDATA[redis]]></category>

		<guid isPermaLink="false">http://www.linuxask.com/?p=4030</guid>
		<description><![CDATA[Install Redis server in Ubuntu Answer: The easiest way is to install using the PPA approach. # sudo add-apt-repository ppa:rwky/redis # sudo apt-get update # sudo apt-get install redis-server That's it.<div class='yarpp-related-rss'>

Related posts:<ol>
<li><a href="http://www.linuxask.com/questions/install-sun-java-jdk-in-ubuntu-10-04" rel="bookmark" title="Install sun-java-jdk in Ubuntu 10.04">Install sun-java-jdk in Ubuntu 10.04 </a></li>
<li><a href="http://www.linuxask.com/questions/how-to-install-ssh-server-in-ubuntu" rel="bookmark" title="How to install SSH server in Ubuntu?">How to install SSH server in Ubuntu? </a></li>
<li><a href="http://www.linuxask.com/questions/install-aws-tools-on-ubuntu" rel="bookmark" title="Install AWS tools on Ubuntu">Install AWS tools on Ubuntu </a></li>
</ol>
</div>
]]></description>
				<content:encoded><![CDATA[<p>Install Redis server in Ubuntu</p>
<p><strong>Answer:</strong></p>
<p>The easiest way is to install using the PPA approach.</p>
<pre><code># sudo add-apt-repository ppa:rwky/redis
# sudo apt-get update
# sudo apt-get install redis-server</code></pre>
<p>That's it.</p>
<div class='yarpp-related-rss'>
<p>Related posts:<ol>
<li><a href="http://www.linuxask.com/questions/install-sun-java-jdk-in-ubuntu-10-04" rel="bookmark" title="Install sun-java-jdk in Ubuntu 10.04">Install sun-java-jdk in Ubuntu 10.04 </a></li>
<li><a href="http://www.linuxask.com/questions/how-to-install-ssh-server-in-ubuntu" rel="bookmark" title="How to install SSH server in Ubuntu?">How to install SSH server in Ubuntu? </a></li>
<li><a href="http://www.linuxask.com/questions/install-aws-tools-on-ubuntu" rel="bookmark" title="Install AWS tools on Ubuntu">Install AWS tools on Ubuntu </a></li>
</ol></p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.linuxask.com/questions/install-redis-server-in-ubuntu/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
