tree: 30f106dc47047cac52c8d4afab1589439d16cd90 [path history] [tgz]
  1. src/
  2. style/
  3. pom.xml
  4. README-CN.md
  5. README.md
rocketmq-connect-redis/README.md

RocketMQ-connect-redis

RedisSourceConnector fully-qualified name

org.apache.rocketmq.connect.redis.connector.RedisSourceConnector

parameter configuration
parametereffectrequireddefault
redisAddrThe address of the Redis.yesnull
redisPortThe port fo the Redis address.yesnull
redisPasswordThe password to use when connecting to Redis.yesnull
timeoutThe waiting time before connect to Redis success.no3000
syncModThe mod for how to get data from redis.noCUSTOM_OFFSET
offsetThe position of Redis data.no-1
replIdThe master replyId of Redis, which can get it with command “info” by redis-cli from Redis.nonull
commandsThe Redis commands you want to sync, they are useful only for increment Redis data, multiple commands are separated by commas.*
eventCommitRetryTimesThe retry time when receive Redis change event, failed to commit to RedisEventProcessor.no5
eventCommitRetryIntervalThe time when receive Redis change, failed to commit to RedisEventProcessor and retry commit.no100