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

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

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

public interface JedisErrno {

	String SOURCE = "JEDIS";
	int __ = 0x40000;
	int INVALID_SHARD_RATE = __ | 1;
	int DUPLICATE_SHARD_HASH = __ | 2;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy