org.apache.camel.component.redis
Interface RedisConstants


public interface RedisConstants


Field Summary
static String CHANNEL
           
static String COMMAND
           
static String COUNT
           
static String DB
           
static String DESTINATION
           
static String END
           
static String FIELD
           
static String FIELDS
           
static String INCREMENT
           
static String INDEX
           
static String KEY
           
static String KEYS
           
static String MAX
           
static String MESSAGE
           
static String MIN
           
static String OFFSET
           
static String PATTERN
           
static String PIVOT
           
static String POSITION
           
static String SCORE
           
static String START
           
static String TIMEOUT
           
static String TIMESTAMP
           
static String VALUE
           
static String VALUES
           
static String WITHSCORE
           
 

Field Detail

COMMAND

static final String COMMAND
See Also:
Constant Field Values

KEY

static final String KEY
See Also:
Constant Field Values

KEYS

static final String KEYS
See Also:
Constant Field Values

FIELD

static final String FIELD
See Also:
Constant Field Values

FIELDS

static final String FIELDS
See Also:
Constant Field Values

VALUE

static final String VALUE
See Also:
Constant Field Values

VALUES

static final String VALUES
See Also:
Constant Field Values

START

static final String START
See Also:
Constant Field Values

END

static final String END
See Also:
Constant Field Values

TIMEOUT

static final String TIMEOUT
See Also:
Constant Field Values

OFFSET

static final String OFFSET
See Also:
Constant Field Values

DESTINATION

static final String DESTINATION
See Also:
Constant Field Values

CHANNEL

static final String CHANNEL
See Also:
Constant Field Values

MESSAGE

static final String MESSAGE
See Also:
Constant Field Values

INDEX

static final String INDEX
See Also:
Constant Field Values

POSITION

static final String POSITION
See Also:
Constant Field Values

PIVOT

static final String PIVOT
See Also:
Constant Field Values

COUNT

static final String COUNT
See Also:
Constant Field Values

TIMESTAMP

static final String TIMESTAMP
See Also:
Constant Field Values

PATTERN

static final String PATTERN
See Also:
Constant Field Values

DB

static final String DB
See Also:
Constant Field Values

SCORE

static final String SCORE
See Also:
Constant Field Values

MIN

static final String MIN
See Also:
Constant Field Values

MAX

static final String MAX
See Also:
Constant Field Values

INCREMENT

static final String INCREMENT
See Also:
Constant Field Values

WITHSCORE

static final String WITHSCORE
See Also:
Constant Field Values


Apache Camel