内容简介: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]
以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网
猜你喜欢:- DMD 2.077.0 发布,bug 修复 & 增强特性
- Kotlin 1.2.30 发布,引入新特性并修复 Bug
- Kotlin 1.2.40 发布,引入新特性并修复 Bug
- memcached 1.5.4 发布,Bug 修复和新特性添加
- TensorFlow 1.8.0发布,带来大量特性更改与 bug 修复
- Calibre 3.24.1 发布,带来大量新特性与 bug 修复
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
Linux C编程一站式学习
宋劲杉 / 电子工业出版社 / 2009-12 / 60.00元
本书有两条线索,一条线索是以Linux平台为载体全面深入地介绍C语言的语法和程序的工作原理,另一条线索是介绍程序设计的基本思想和开发调试方法。本书分为两部分:第一部分讲解编程语言和程序设计的基本思想方法,让读者从概念上认识C语言;第二部分结合操作系统和体系结构的知识讲解程序的工作原理,让读者从本质上认识C语言。. 本书适合做零基础的初学者学习C语言的第一本教材,帮助读者打下牢固的基础。有一定......一起来看看 《Linux C编程一站式学习》 这本书的介绍吧!