memcache的几个旁支
Ooso 发布于2008-05-08 14:23:00 | 34次阅读 | 字体:大 小 打印预览
最近留意了一下,memcache出现了几个旁支项目,很有一点意思,也许在日后的项目中可以用的上。
memcached-tag
给memcache增加了tag功能,新增的命令如下:
tag_add
tag_delete
Memcached is a high-performance, distributed memory object caching system.
We add “Tag Function” for memcached. Propose is remove several keys with the same tag in one operation. This function will help the API programmers (such as php) do the delete operation easily, and reduce the network load. We use hash and splay tree, [...]
本文出处 :
http://www.ooso.net/index.php/archives/395
上一篇:每个人心中都有一张中国地图
下一篇:地震来了该怎么办