Commit 95c326f3 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

now we use kumofs as volatile memcached so we have no limit in key length and value size.

parent 8395982f
No related merge requests found
...@@ -35,9 +35,17 @@ ...@@ -35,9 +35,17 @@
<key> <string>portal_type</string> </key> <key> <string>portal_type</string> </key>
<value> <string>Memcached Plugin</string> </value> <value> <string>Memcached Plugin</string> </value>
</item> </item>
<item>
<key> <string>server_max_key_length</string> </key>
<value> <int>0</int> </value>
</item>
<item>
<key> <string>server_max_value_length</string> </key>
<value> <int>0</int> </value>
</item>
<item> <item>
<key> <string>title</string> </key> <key> <string>title</string> </key>
<value> <string>Ram Based Memcached</string> </value> <value> <string>Volatile Memcached</string> </value>
</item> </item>
<item> <item>
<key> <string>url_string</string> </key> <key> <string>url_string</string> </key>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment