memcached-1.4.2发布
程序员文章站
2022-03-10 21:01:27
...
最近正在学习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