libmemcached是C客户端到memcached服
务器的接口库。具有低内存占用率、线程安全、并提供对memcached功能的全面支持。它还采用 多种命令行工具: memcat ,
memflush , memrm , memstat ,并memslap (负载代)
。程序库一直在设计,让不同的散列方法对密钥,分割的钥匙,并使用统一的散列分配。
改进内容包括:
1. A new memslap utility has been merged in from Schooner. 2. All of constants.h has been updated to match style (all old identifiers continue to work). 3. A first pass has been added... for libhashkit. 4. The test Framework/extended tests have been updated. 5. Random read support during replication has been added. 6. use_sort has been modified so that the option can be applied to any distribution type. 7. The MEMCACHED_BEHAVIOR_KETAMA_COMPAT_MODE added in 0.35 has been removed. 8. Instead, use memcached_behavior_set_distribution()
下载地址:http://download.tangent.org/libmemcached-0.36.tar.gz |