public class CommandDispatcher extends Object
| Constructor and Description | 
|---|
| CommandDispatcher(RedisConfiguration configuration,
                 org.apache.camel.Exchange exchange) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | execute(RedisClient redisClient) | 
| Long | getCount() | 
| Integer | getDb() | 
| String | getDestination() | 
| Double | getIncrement() | 
| Long | getIndex() | 
| Collection<String> | getKeys() | 
| Double | getMax() | 
| Double | getMin() | 
| String | getPattern() | 
| String | getPivot() | 
| String | getPosition() | 
| Double | getScore() | 
| Long | getTimestamp() | 
| Boolean | getWithScore() | 
public CommandDispatcher(RedisConfiguration configuration, org.apache.camel.Exchange exchange)
public void execute(RedisClient redisClient)
public String getDestination()
public Long getIndex()
public String getPivot()
public String getPosition()
public Long getCount()
public Collection<String> getKeys()
public Long getTimestamp()
public String getPattern()
public Integer getDb()
public Double getScore()
public Double getMin()
public Double getMax()
public Double getIncrement()
public Boolean getWithScore()
Apache Camel