Skip to content

Commit

Permalink
support flink cdc
Browse files Browse the repository at this point in the history
  • Loading branch information
jeff-zou committed Dec 5, 2023
1 parent a2609d9 commit 5eb8710
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@
因bahir使用的flink接口版本较老,所以改动较大,开发过程中参考了腾讯云与阿里云两家产商的流计算产品,取两家之长,并增加了更丰富的功能。
### 支持功能对应redis的操作命令有:

| 插入/CDC插入与更新 | 维表查询 | CDC 删除 |
|---------------------------------------------------------|------|--------------|
| set | get | set -> del |
| hset | hget | hset -> hdel |
| 插入/CDC插入与更新 | 维表查询 |
|---------------------------------------------------------|------|
| set | get |
| hset | hget |
| rpush lpush | |
| incrBy incrByFloat decrBy hincrBy hincryByFloat zincrby | |
| sadd zadd pfadd(hyperloglog) | |
Expand Down

0 comments on commit 5eb8710

Please sign in to comment.