All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.obase.jedis.JedisClientShard Maven / Gradle / Ivy

The newest version!
package com.github.obase.jedis;

/**
 * The shard jedis client bash hash value.
 * 
 * @author hezhaowu
 * @since 0.9.1
 */
public interface JedisClientShard {

	JedisClient shard(long key);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy