memcached-1.4.2发布
程序员文章站
2022-03-23 19:22:16
...
最近正在学习memcached,发现1.4.2版本已经发布
下载地址:http://danga.com/memcached/download.bml
主要的更新:
Configurable maximum item size
Many people have asked for memcached to be able to store items larger than 1MB, while it's generally recommended that one not do this, it is now supported on the commandline.
A few enlightened folk have also asked for memcached to reduce the maximum item size. That is also an option.
The new -I parameter allows you to specify the maximum item size at runtime. It supports a unit postfix to allow for natural expression of item size.
Examples:
memcached -I 128k # Refuse items larger than 128k.
memcached -I 10m # Allow objects up to 10MB
下载地址:http://danga.com/memcached/download.bml
主要的更新:
Configurable maximum item size
Many people have asked for memcached to be able to store items larger than 1MB, while it's generally recommended that one not do this, it is now supported on the commandline.
A few enlightened folk have also asked for memcached to reduce the maximum item size. That is also an option.
The new -I parameter allows you to specify the maximum item size at runtime. It supports a unit postfix to allow for natural expression of item size.
Examples:
memcached -I 128k # Refuse items larger than 128k.
memcached -I 10m # Allow objects up to 10MB
上一篇: C# 发送电子邮件源码片段
下一篇: 汽车巨头们的自动驾驶进行到哪一步了?
推荐阅读
-
美团民宿房源怎么发布 美团民宿app发布房源的流程分享
-
微软首次为微软Edge浏览器和IE浏览器发布累积性安全更新3084525
-
Mozilla Firefox 33.0正式发布!新功能一览
-
Win10 Mobile/PC一周年更新发布预览14393.726更新补丁KB3216755今日推送
-
Win10 PC版一周年更新发布预览14393.726更新修复内容汇总
-
Visual studio 2017如何发布dotnet core到docker
-
元年科技正式发布“元年C1智答”智能数据分析平台
-
电子阅读迈入彩屏时代!科大讯飞新品发布引发行业轰动
-
ASP.NET Core程序发布到Linux生产环境详解
-
VS2012/VS2013本地发布网站问题集锦(HTTP错误代码)