hydrogen-ssdb | Java 编写的 SSDB 客户端,支持负载均衡

 by   yiding-he Java Version: v1.2.6 License: Apache-2.0

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 客户端,支持负载均衡
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              hydrogen-ssdb has a low active ecosystem.
              It has 53 star(s) with 25 fork(s). There are 7 watchers for this library.
              OutlinedDot
              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

            kandi-Quality Quality

              hydrogen-ssdb has 0 bugs and 0 code smells.

            kandi-Security 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.

            kandi-License 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.

            kandi-Reuse 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

            hydrogen-ssdb,使用方法
            Javadot img1Lines of Code : 24dot img1License : Permissive (Apache-2.0)
            copy iconCopy
            
              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() 方法,也可以  
            hydrogen-ssdb,介绍
            Javadot img2Lines of Code : 4dot img2License : Permissive (Apache-2.0)
            copy iconCopy
            MySharding mySharding = ...  // 自定义 Sharding
            SsdbClient client = new SsdbClient(mySharding);
            
            ConsistentHashSharding sharding = (ConsistentHashSharding)ssdbClient.getSharding();
            sharding.setSpofStrategy(SPOFStrategy.PreserveKeySpaceStrategy);
              
            hydrogen-ssdb,交流
            Javadot img3Lines of Code : 2dot img3License : Permissive (Apache-2.0)
            copy iconCopy
            群名称:hydrogen-ssdb
            群号:1148460774
              

            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 .

            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:

            Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items

            Find more libraries
            CLONE
          • HTTPS

            https://github.com/yiding-he/hydrogen-ssdb.git

          • CLI

            gh repo clone yiding-he/hydrogen-ssdb

          • sshUrl

            git@github.com:yiding-he/hydrogen-ssdb.git

          • Stay Updated

            Subscribe to our newsletter for trending solutions and developer bootcamps

            Agree to Sign up and Terms & Conditions

            Share this Page

            share link

            Consider Popular Java Libraries

            CS-Notes

            by CyC2018

            JavaGuide

            by Snailclimb

            LeetCodeAnimation

            by MisterBooo

            spring-boot

            by spring-projects

            Try Top Libraries by yiding-he

            redisfx

            by yiding-heJava

            hydrogen-pass

            by yiding-heJava

            hydrogen-dao

            by yiding-heJava

            jfapps

            by yiding-heJava

            mysql-sequence-generator

            by yiding-heJava