memcached 1.5.3 已发布,本次更新主要是 bug 修复,此外,还添加了一个新特性。
详细如下: Fixes
新特性
"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. |