memcached 1.5.3 发布,Bug 修复和新特性添加

栏目: 软件资讯 · 发布时间: 7年前

内容简介:memcached 1.5.3 已发布,本次更新主要是 bug 修复,此外,还添加了一个新特性。 Bug 修复 从 binprot 添加"GAT"命令到 asciiprot。 详细如下: Fixes Add warning about time on very low TTL's in doc/protocol...

memcached 1.5.3 已发布,本次更新主要是 bug 修复,此外,还添加了一个新特性。

  • Bug 修复

  • 从 binprot 添加"GAT"命令到 asciiprot。

详细如下:

Fixes

  • Add warning about time on very low TTL's in doc/protocol.txt

  • pledge privdropping support for OpenBSD

  • make for loop more clear in logger watcher

  • fix theoretical leak in process_bin_stat

  • fix use of unitialized array in lru_maintainer

  • -o no_hashexpand to disable hash table expansion

  • fix chunked items set in binprot, read from ascii

新特性

  • adds get and touch command for ascii protocol

"gat [exptime] key [key...]\r\n" will fetch the item and refresh its expiration time. This is great for keys you'd normally either manually delete, or set to 0 TTL. Items rarely hit will expire, leaving more room for others.

This command has existed in the binary protocol for a long time, but now there's party for ascii users.

详情请参阅发布说明

下载地址:http://www.memcached.org/files/memcached-1.5.3.tar.gz


【声明】文章转载自:开源中国社区 [http://www.oschina.net]


以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网

查看所有标签

猜你喜欢:

本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们

代码之美

代码之美

Grey Wilson / 聂雪军 / 机械工业出版社 / 2008年09月 / 99.00元

《代码之美》介绍了人类在一个奋斗领域中的创造性和灵活性:计算机系统的开发领域。在每章中的漂亮代码都是来自独特解决方案的发现,而这种发现是来源于作者超越既定边界的远见卓识,并且识别出被多数人忽视的需求以及找出令人叹为观止的问题解决方案。 《代码之美》33章,有38位作者,每位作者贡献一章。每位作者都将自己心目中对于“美丽的代码”的认识浓缩在一章当中,张力十足。38位大牛,每个人对代码之美都有自......一起来看看 《代码之美》 这本书的介绍吧!

HTML 编码/解码
HTML 编码/解码

HTML 编码/解码

Base64 编码/解码
Base64 编码/解码

Base64 编码/解码

URL 编码/解码
URL 编码/解码

URL 编码/解码