当前位置:网站首页>Memcached Foundation

Memcached Foundation

2022-06-27 01:01:00 franket

Preface

memcached Is a free and open source , High performance distributed memory object caching system

Memcached is an in-memory key-value store for small chunks of arbitrary data (strings, objects) from results of database calls

( More feature references memcached)

For more detailed documents, please refer to memcached

So let's share that memcached The relevant basis of

Tip: current version memcached -v1.4.24

Summary

Download source package

[email protected] src# wget http://www.memcached.org/files/memcached-1.4.24.tar.gz

--2015-09-23 14:21:12-- http://www.memcached.org/files/memcached-1.4.24.tar.gz

Resolving www.memcached.org... 173.255.253.96

Connecting to www.memcached.org|173.255.253.96|:80... connected.

HTTP request sent, awaiting response... 200 OK

Length: 354917 (347K) application/x-tar

Saving to: “memcached-1.4.24.tar.gz”

60% =====================================================> 213,988 34.2K/s eta 16s

[email protected] src#

原网站

版权声明
本文为[franket]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/178/202206270023062923.html