扩展阅读
 
当前位置:  NOSQL>Memcache

MemCached介绍及最新稳定版memcached-1.4.20.tar.gz下载和安装

 
    发布时间:2014-9-22  


    本文导语:  MemCached介绍 Memcache是一个高性能的分布式的内存对象缓存系统通过在内存里维护一个统一的巨大的hash表它能够用来存储各种格式的数据包括图像视频文件以及数据库检索的结果等简单的说就是将数...

     MemCached介绍

     Memcache是一个高性能分布式内存对象缓存系统通过在内存里维护一个统一的巨大的hash表它能够用来存储各种格式数据包括图像视频文件以及数据库检索的结果等简单的说就是将数据调用到内存中然后从内存中读取从而大大提高读取速度

    Free & open source, high-performance, distributed memory object caching system, generic in nature, but intended for use in speeding up dynamic web applications by alleviating database load.

    memcached is an in-memory key-value store for small chunks of arbitrary data (strings, objects) from results of database calls, api calls, or page rendering.

    Memcached is simple yet powerful. Its simple design promotes quick deployment, ease of development, and solves many problems facing large data caches. Its API is available for most popular languages.


   MemCached 最新稳定版memcached-1.4.20下载地址:

   memcached-1.4.20.tar.gz (2014-5-11) (release notes) (sha1: 282a1e701eeb3f07159d95318f09da5ea3fcb39d )


memcached-1.4.20安装方式(Debian/Ubuntu/Redhat/Centos)

首先在Debian/Ubuntu系统上安装libevent

apt-get install libevent-dev

   或者Redhat/Centos上: 

yum install libevent-devel

    memcached-1.4.20安装安装过程:

wget http://memcached.org/latest
tar -zxvf memcached-1.x.x.tar.gz
cd memcached-1.x.x
./configure && make && make test && sudo make install


相关文章推荐:


站内导航:


特别声明:169IT网站部分信息来自互联网,如果侵犯您的权利,请及时告知,本站将立即删除!

©2012-2021,,E-mail:www_#163.com(请将#改为@)

浙ICP备11055608号-3