Open
Conversation
Owner
|
谢谢支持, 已经添加 http://ssdb.io/docs/zh_cn/clients.html#java 不过, 我 merge 这个 request, 我觉得介绍里突出负载均衡会更好. 2015-12-04 16:16 GMT+08:00 yiding-he notifications@github.com:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
SSDB 正是我们所需要的,非常感谢作者的辛劳!我们已经决定将 SSDB 用于我们的产品,但经过对现有 Java 客户端的考察,发现它们存在需要改进的地方,所以我重新编写了一个客户端(同样要感谢简练的协议规则),并开放源代码,希望能加入到客户端列表页面中。
项目名称:hydrogen-ssdb
主要特性:
1、在 commons-pool2 基础上实现了连接池,使客户端对象可以多线程调用;
2、实现了一个基于对 key 作一致性哈希的负载均衡。一个负载均衡架构包含多个集群(Cluster),每个集群包含多台服务器(Server),其中一台是主服务器(master),其他作为从服务器(slave)。
3、包含必要的单元测试、易读的代码、完善的文档和注释。
如有不完善之处,请不吝指出,谢谢!