hydrogen-ssdb | Java 编写的 SSDB 客户端,支持负载均衡
kandi X-RAY | hydrogen-ssdb Summary
kandi X-RAY | hydrogen-ssdb Summary
hydrogen-ssdb is a Java library. hydrogen-ssdb has no bugs, it has no vulnerabilities, it has build file available, it has a Permissive License and it has low support. You can download it from GitHub.
Java 编写的 SSDB 客户端,支持负载均衡
Java 编写的 SSDB 客户端,支持负载均衡
Support
Quality
Security
License
Reuse
Support
hydrogen-ssdb has a low active ecosystem.
It has 53 star(s) with 25 fork(s). There are 7 watchers for this library.
It had no major release in the last 12 months.
There are 2 open issues and 27 have been closed. On average issues are closed in 42 days. There are no pull requests.
It has a neutral sentiment in the developer community.
The latest version of hydrogen-ssdb is v1.2.6
Quality
hydrogen-ssdb has 0 bugs and 0 code smells.
Security
hydrogen-ssdb has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
hydrogen-ssdb code analysis shows 0 unresolved vulnerabilities.
There are 0 security hotspots that need review.
License
hydrogen-ssdb is licensed under the Apache-2.0 License. This license is Permissive.
Permissive licenses have the least restrictions, and you can use them in most projects.
Reuse
hydrogen-ssdb releases are available to install and integrate.
Build file is available. You can build the component from source.
Installation instructions are not available. Examples and code snippets are available.
hydrogen-ssdb saves you 1819 person hours of effort in developing the same functionality from scratch.
It has 4019 lines of code, 494 functions and 65 files.
It has medium code complexity. Code complexity directly impacts maintainability of the code.
Top functions reviewed by kandi - BETA
kandi has reviewed hydrogen-ssdb and discovered the below as its top functions. This is intended to give you an instant insight into hydrogen-ssdb implemented functionality, and help decide if they suit your requirements.
- Sets list of values
- Splits the key values into groups
- Prepare command
- Sets the specified keys
- Splits the key values into groups
- Prepare command
- Initialize clusters
- Sets the clusterIds to use
- Report whether the cluster failed
- Auto expanded cluster
- Add a new cluster
- Split the range to the right
- Returns a string representation of the block
- Counts the number of bit in a specified key
- Rremoves all elements in the specified range
- Get zavg stats
- Sum of a key
- Request authentication
- Pushes a byte array to a key
- Activates an object
- Get zsv count
- Read tokens
- Compares this instance with the specified server
- Find a cluster by key
- Mark a server as invalid
- Cast a ServerConf to a Server object
- Check if a server is available
- Remove a cluster
Get all kandi verified functions for this library.
hydrogen-ssdb Key Features
No Key Features are available at this moment for hydrogen-ssdb.
hydrogen-ssdb Examples and Code Snippets
Copy
com.github.yiding-he
hydrogen-ssdb
${hydrogen-ssdb.version}
SsdbClient client = new SsdbClient(host, port);
client.set("key", "value");
System.out.println(client.get("key")); // output "value"
client.close(); // 应用结束时需要调用 close() 方法,也可以
Copy
MySharding mySharding = ... // 自定义 Sharding
SsdbClient client = new SsdbClient(mySharding);
ConsistentHashSharding sharding = (ConsistentHashSharding)ssdbClient.getSharding();
sharding.setSpofStrategy(SPOFStrategy.PreserveKeySpaceStrategy);
Community Discussions
No Community Discussions are available at this moment for hydrogen-ssdb.Refer to stack overflow page for discussions.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install hydrogen-ssdb
You can download it from GitHub.
You can use hydrogen-ssdb like any standard Java library. Please include the the jar files in your classpath. You can also use any IDE and you can run and debug the hydrogen-ssdb component as you would do with any other Java program. Best practice is to use a build tool that supports dependency management such as Maven or Gradle. For Maven installation, please refer maven.apache.org. For Gradle installation, please refer gradle.org .
You can use hydrogen-ssdb like any standard Java library. Please include the the jar files in your classpath. You can also use any IDE and you can run and debug the hydrogen-ssdb component as you would do with any other Java program. Best practice is to use a build tool that supports dependency management such as Maven or Gradle. For Maven installation, please refer maven.apache.org. For Gradle installation, please refer gradle.org .
Support
For any new features, suggestions and bugs create an issue on GitHub.
If you have any questions check and ask questions on community page Stack Overflow .
Find more information at:
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page