内容简介: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]
以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
Python基础教程(第2版)
Magnus Lie Hetland / 司维、曾军崴、谭颖华 / 人民邮电出版社 / 2010-7 / 69.00元
本书是经典教程的全新改版,作者根据Python 3.0版本的种种变化,全面改写了书中内容,做到既能“瞻前”也能“顾后”。本书层次鲜明、结构严谨、内容翔实,特别是在最后几章,作者将前面讲述的内容应用到了10个引人入胜的项目中,并以模板的形式介绍了项目的开发过程。本书既适合初学者夯实基础,又能帮助Python程序员提升技能,即使是 Python方面的技术专家,也能从书里找到令你耳目一新的东西。一起来看看 《Python基础教程(第2版)》 这本书的介绍吧!
HTML 压缩/解压工具
在线压缩/解压 HTML 代码
正则表达式在线测试
正则表达式在线测试