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

net.dreamlu.mica.redis.cache.RedisCommand Maven / Gradle / Ivy

There is a newer version: 3.3.2
Show newest version
package net.dreamlu.mica.redis.cache;

/**
 * redis常量
 *
 * @author BlackR
 */
public class RedisCommand {

	public static final String BITCOUNT = "BITCOUNT";

	/**
	 *  redis 版本 7.0以上
	 */
	public enum BitMapModel {
		/**
		 *  BYTE
		 */
		BYTE,
		/**
		 * BIT
		 */
		BIT,
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy