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

org.craft.atom.redis.api.MasterSlaveShardedRedis Maven / Gradle / Ivy

There is a newer version: 2.1.1
Show newest version
package org.craft.atom.redis.api;

import java.util.List;

/**
 * The master slave sharded redis client.
 * 
 * @author mindwind
 * @version 1.0, Jun 25, 2013
 */
public interface MasterSlaveShardedRedis extends ShardedRedisCommand {
	
	/** 
	 * @return all shards
	 */
	List shards();
	
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy