<?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>Gaea - Redes Sociales Verticales &#124; Comunidades Online &#124; Web 2.0 &#124; Agile Development &#124; E-Salud &#124; Software Libre &#187; redis</title>
	<atom:link href="http://blog.gaea.es/wordpress/tag/redis/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.gaea.es/wordpress</link>
	<description>Ingeniería y Diseño aplicado a la Salud</description>
	<lastBuildDate>Fri, 04 Jun 2010 10:06:25 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Redis: Una alternativa rápida a Memcached</title>
		<link>http://blog.gaea.es/wordpress/2009/03/20/redis-una-alternativa-rapida-a-memcached/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=redis-una-alternativa-rapida-a-memcached</link>
		<comments>http://blog.gaea.es/wordpress/2009/03/20/redis-una-alternativa-rapida-a-memcached/#comments</comments>
		<pubDate>Fri, 20 Mar 2009 10:20:17 +0000</pubDate>
		<dc:creator>dgeneral</dc:creator>
				<category><![CDATA[Bases de Datos]]></category>
		<category><![CDATA[Software Libre]]></category>
		<category><![CDATA[Tecnología]]></category>
		<category><![CDATA[ferrari]]></category>
		<category><![CDATA[lamborghini]]></category>
		<category><![CDATA[memcached]]></category>
		<category><![CDATA[redis]]></category>
		<category><![CDATA[velocidad]]></category>

		<guid isPermaLink="false">http://blog.gaea.es/wordpress/?p=111</guid>
		<description><![CDATA[Últimamente en los sistemas con grandes demandas de escalabilidad y disponibilidad el must y/o último gran boom son sin duda los sistemas en la nube basados en memoria. En este caso vamos a hablar de Redis, que es una base de datos basada en clave/valor al estilo memcached, pero en la que sus datos son [...]


No hay entradas relacionadas.]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fblog.gaea.es%2Fwordpress%2F2009%2F03%2F20%2Fredis-una-alternativa-rapida-a-memcached%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fblog.gaea.es%2Fwordpress%2F2009%2F03%2F20%2Fredis-una-alternativa-rapida-a-memcached%2F&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p><a href="http://redis.googlecode.com/files/redis.png"><img class="alignleft" style="border: 1px solid black; margin: 5px 10px;" src="http://redis.googlecode.com/files/redis.png" alt="" width="108" height="82" /></a>Últimamente en los sistemas con grandes demandas de escalabilidad y disponibilidad el must y/o último gran boom son sin duda los <a href="http://highscalability.com/are-cloud-based-memory-architectures-next-big-thing" target="_blank">sistemas en la nube basados en memoria</a>.</p>
<p>En este caso vamos a hablar de Redis, que es una base de datos basada en clave/valor al estilo memcached, pero en la que sus datos son también guardados en disco, pudiendo usarla como reemplazo para MySQL y similares.</p>
<p>Está escrita en C y una de sus principales peculiaridades es su increíble velocidad, que en algunas pruebas le han llevado a marcar cifras como 110,000 operaciones SET  y  81,000 GETs por segundo en un ordenador básico con Linux. De ahí que es conocido por muchos desarrolladores como el Ferrari o el Lamborghini de las bases de datos.</p>
<p>Sus puntos más fuertes son: open source; persistencia asíncrona manteniendo todo en memoria, soporte para estructuras de alto nivel (es psoible almacenar arrays o conjuntos directamente) y operaciones atómicas.</p>
<p>Una aplicación de prueba llamada <a href="http://code.google.com/p/redis/wiki/TwitterAlikeExample%3Cbr%20/%3E">Retwis</a> muestra como usar Redis para preparar un clon escalable de Twitter al menos en la parte de envío de mensajes. Hay bastante buena información a bajo nivel sobre como Redis es usado en una aplicación real.</p>
<p>El proyecto podeis encontrarlo alojado en <a href="http://code.google.com/p/redis/" target="_blank">Google Code</a> y soporta los siguientes lenguajes:Ruby, Python, PHP y Erlang.</p>
<p>En nuestro caso estamos bastante más acostumbrados al uso de <a href="http://www.danga.com/memcached/" target="_blank">Memcached </a>(sistema de caché de objetos distribuidos en memoria) pero creemos que la posibilidad de usar Redis como soporte persistente hace que existan una cierta gama de implantaciones donde su uso sea idóneo.</p>
<p>Qué os parece a vosotros ? Puede cuadraros en algún desarrollo un sistema como Redis ?</p>
<p><a href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2Fblog.gaea.es%2Fwordpress%2F2009%2F03%2F20%2Fredis-una-alternativa-rapida-a-memcached%2F&amp;linkname=Redis%3A%20Una%20alternativa%20r%C3%A1pida%20a%20Memcached" title="Facebook" rel="nofollow" target="_blank"><img src="http://blog.gaea.es/wordpress/wp-content/plugins/add-to-any/icons/facebook.png" width="16" height="16" alt="Facebook"/></a> <a href="http://www.addtoany.com/add_to/google_reader?linkurl=http%3A%2F%2Fblog.gaea.es%2Fwordpress%2F2009%2F03%2F20%2Fredis-una-alternativa-rapida-a-memcached%2F&amp;linkname=Redis%3A%20Una%20alternativa%20r%C3%A1pida%20a%20Memcached" title="Google Reader" rel="nofollow" target="_blank"><img src="http://blog.gaea.es/wordpress/wp-content/plugins/add-to-any/icons/reader.png" width="16" height="16" alt="Google Reader"/></a> <a href="http://www.addtoany.com/add_to/delicious?linkurl=http%3A%2F%2Fblog.gaea.es%2Fwordpress%2F2009%2F03%2F20%2Fredis-una-alternativa-rapida-a-memcached%2F&amp;linkname=Redis%3A%20Una%20alternativa%20r%C3%A1pida%20a%20Memcached" title="Delicious" rel="nofollow" target="_blank"><img src="http://blog.gaea.es/wordpress/wp-content/plugins/add-to-any/icons/delicious.png" width="16" height="16" alt="Delicious"/></a> <a href="http://www.addtoany.com/add_to/meneame?linkurl=http%3A%2F%2Fblog.gaea.es%2Fwordpress%2F2009%2F03%2F20%2Fredis-una-alternativa-rapida-a-memcached%2F&amp;linkname=Redis%3A%20Una%20alternativa%20r%C3%A1pida%20a%20Memcached" title="Meneame" rel="nofollow" target="_blank"><img src="http://blog.gaea.es/wordpress/wp-content/plugins/add-to-any/icons/meneame.png" width="16" height="16" alt="Meneame"/></a> <a href="http://www.addtoany.com/add_to/blogger_post?linkurl=http%3A%2F%2Fblog.gaea.es%2Fwordpress%2F2009%2F03%2F20%2Fredis-una-alternativa-rapida-a-memcached%2F&amp;linkname=Redis%3A%20Una%20alternativa%20r%C3%A1pida%20a%20Memcached" title="Blogger Post" rel="nofollow" target="_blank"><img src="http://blog.gaea.es/wordpress/wp-content/plugins/add-to-any/icons/blogger.png" width="16" height="16" alt="Blogger Post"/></a> <a href="http://www.addtoany.com/add_to/wordpress?linkurl=http%3A%2F%2Fblog.gaea.es%2Fwordpress%2F2009%2F03%2F20%2Fredis-una-alternativa-rapida-a-memcached%2F&amp;linkname=Redis%3A%20Una%20alternativa%20r%C3%A1pida%20a%20Memcached" title="WordPress" rel="nofollow" target="_blank"><img src="http://blog.gaea.es/wordpress/wp-content/plugins/add-to-any/icons/wordpress.png" width="16" height="16" alt="WordPress"/></a> <a href="http://www.addtoany.com/add_to/technorati_favorites?linkurl=http%3A%2F%2Fblog.gaea.es%2Fwordpress%2F2009%2F03%2F20%2Fredis-una-alternativa-rapida-a-memcached%2F&amp;linkname=Redis%3A%20Una%20alternativa%20r%C3%A1pida%20a%20Memcached" title="Technorati Favorites" rel="nofollow" target="_blank"><img src="http://blog.gaea.es/wordpress/wp-content/plugins/add-to-any/icons/technorati.png" width="16" height="16" alt="Technorati Favorites"/></a> <a href="http://www.addtoany.com/add_to/linkedin?linkurl=http%3A%2F%2Fblog.gaea.es%2Fwordpress%2F2009%2F03%2F20%2Fredis-una-alternativa-rapida-a-memcached%2F&amp;linkname=Redis%3A%20Una%20alternativa%20r%C3%A1pida%20a%20Memcached" title="LinkedIn" rel="nofollow" target="_blank"><img src="http://blog.gaea.es/wordpress/wp-content/plugins/add-to-any/icons/linkedin.png" width="16" height="16" alt="LinkedIn"/></a> <a href="http://www.addtoany.com/add_to/digg?linkurl=http%3A%2F%2Fblog.gaea.es%2Fwordpress%2F2009%2F03%2F20%2Fredis-una-alternativa-rapida-a-memcached%2F&amp;linkname=Redis%3A%20Una%20alternativa%20r%C3%A1pida%20a%20Memcached" title="Digg" rel="nofollow" target="_blank"><img src="http://blog.gaea.es/wordpress/wp-content/plugins/add-to-any/icons/digg.png" width="16" height="16" alt="Digg"/></a> <a href="http://www.addtoany.com/add_to/evernote?linkurl=http%3A%2F%2Fblog.gaea.es%2Fwordpress%2F2009%2F03%2F20%2Fredis-una-alternativa-rapida-a-memcached%2F&amp;linkname=Redis%3A%20Una%20alternativa%20r%C3%A1pida%20a%20Memcached" title="Evernote" rel="nofollow" target="_blank"><img src="http://blog.gaea.es/wordpress/wp-content/plugins/add-to-any/icons/evernote.png" width="16" height="16" alt="Evernote"/></a> <a href="http://www.addtoany.com/add_to/friendfeed?linkurl=http%3A%2F%2Fblog.gaea.es%2Fwordpress%2F2009%2F03%2F20%2Fredis-una-alternativa-rapida-a-memcached%2F&amp;linkname=Redis%3A%20Una%20alternativa%20r%C3%A1pida%20a%20Memcached" title="FriendFeed" rel="nofollow" target="_blank"><img src="http://blog.gaea.es/wordpress/wp-content/plugins/add-to-any/icons/friendfeed.png" width="16" height="16" alt="FriendFeed"/></a> <a href="http://www.addtoany.com/add_to/slashdot?linkurl=http%3A%2F%2Fblog.gaea.es%2Fwordpress%2F2009%2F03%2F20%2Fredis-una-alternativa-rapida-a-memcached%2F&amp;linkname=Redis%3A%20Una%20alternativa%20r%C3%A1pida%20a%20Memcached" title="Slashdot" rel="nofollow" target="_blank"><img src="http://blog.gaea.es/wordpress/wp-content/plugins/add-to-any/icons/slashdot.png" width="16" height="16" alt="Slashdot"/></a> <a href="http://www.addtoany.com/add_to/windows_live_spaces?linkurl=http%3A%2F%2Fblog.gaea.es%2Fwordpress%2F2009%2F03%2F20%2Fredis-una-alternativa-rapida-a-memcached%2F&amp;linkname=Redis%3A%20Una%20alternativa%20r%C3%A1pida%20a%20Memcached" title="Windows Live Spaces" rel="nofollow" target="_blank"><img src="http://blog.gaea.es/wordpress/wp-content/plugins/add-to-any/icons/spaces.png" width="16" height="16" alt="Windows Live Spaces"/></a> <a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fblog.gaea.es%2Fwordpress%2F2009%2F03%2F20%2Fredis-una-alternativa-rapida-a-memcached%2F&amp;linkname=Redis%3A%20Una%20alternativa%20r%C3%A1pida%20a%20Memcached"><img src="http://blog.gaea.es/wordpress/wp-content/plugins/add-to-any/share_save_120_16.png" width="120" height="16" alt="Share/Bookmark"/></a> </p>

<p>No hay entradas relacionadas.</p>]]></content:encoded>
			<wfw:commentRss>http://blog.gaea.es/wordpress/2009/03/20/redis-una-alternativa-rapida-a-memcached/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
