发布于 2016-08-27 17:51:13 | 140 次阅读 | 评论: 0 | 来源: 网友投递
memcached 集中式缓存系统
memcached是一套分布式的快取系统,当初是Danga Interactive为了LiveJournal所发展的,但目前被许多软件(如MediaWiki)所使用。这是一套开放源代码软件,以BSD license授权释出。
memcached 1.4.31 发布了,主要更新如下:
Fixes
More fixes for defaults related to large item support.
Several improvements to how the LRU crawler's default background job is launched. Should be less aggressive.
Fix LRU crawler rate limiting sleep never actually being used.
New Features
If -o modern
is in use (or at least -o lru_crawler
), a new command is usable: lru_crawler metadump [all|1|2|3]
. You may dump all of the metadata for a particular slab class, a list of slab classes, or all slab classes.
This is useful for inspection, pulling cache data from one server to another, etc.
This is not a way to replicate a cache: it is an inconsistent non-multiversioned grab of the key storage. It makes a best effort to not include duplicates but a small number can happen on busy servers.
Many thanks for Netflix, for sponsoring and patiently testing the work done in this release!
More details and code can be seen in the PR:https://github.com/memcached/memcached/pull/193
官方发行说明:
https://github.com/memcached/memcached/wiki/ReleaseNotes1431
下载: