超高性能 key-value 数据库 Redis
openkk
13年前
<div id="p_fullcontent" class="detail"> <p><img title="redis.png" border="0" alt="redis.png" src="https://simg.open-open.com/show/3c88605e89bd5c29c2bd09b022a193ed.png" width="93" height="30" /><br /> <span class="hilite1"><strong>Redis</strong> 是</span>一个高性能的key-value数据库。 <span class="hilite1">redis</span>的出现,很大程度补偿了memcached这类keyvalue存储的不足,在部 分场合可以对关系数据库起到很好的补充作用。它提供了Python,Ruby,Erlang,PHP客户端,使用很方便。</p> <p>性能测试结果:</p> <p>SET操作每秒钟 110000 次,GET操作每秒钟 81000 次,服务器配置如下:</p> <p><strong>Linux 2.6</strong>, <strong>Xeon X3320 2.5Ghz</strong>.</p> <p>stackoverflow 网站使用 Redis 做为缓存服务器。<br /> <br /> </p> <p><strong>项目主页:</strong><a href="http://www.open-open.com/lib/view/home/1322720835515" target="_blank">http://www.open-open.com/lib/view/home/1322720835515</a></p> </div>