当前位置:网站首页>Flink < --> how to use redis +with parameter
Flink < --> how to use redis +with parameter
2022-07-03 10:48:00 【Samooyou】
Introduce
Redis Connector Provide for the right to Redis Write support .
Using range
It can be used as Tuple、Upsert Destination table of data flow .
Example
set command ( String key )
|
lpush command ( List key )
|
sadd command ( Set key )
|
hset command ( Hash key )
|
zadd command ( Ordered set key )
|
Universal WITH Parameters
Parameter values | Required | The default value is | describe |
---|---|---|---|
connector | yes | - | The fixed value is redis |
command | yes | - | Operation command . The values and corresponding key types are as follows :
|
nodes | yes | - | redis server Connection address , Example :127.0.0.1:6379. Under the cluster architecture, multiple nodes use ',' Separate |
password | no | empty | redis password , The default value is empty , No permission validation |
database | no | 0 | Of the database to be operated DB number, The default value is 0 |
redis-mode | no | standalone | redis Deployment mode
|
ignore-delete | no | false | Whether to ignore Retraction news |
additional-ttl | no | - | Expiration time , Company : second . Example :60, Set the expiration time to 60 second . Only set The command supports setting the expiration time |
additional-key | - | - | Is used to specify the hset and zadd Of key. perform hset and zadd Command must be set |
边栏推荐
- Common scenarios in which Seata distributed transactions fail and do not take effect (transactions do not rollback)
- Weight decay (pytorch)
- UI interface design related knowledge (I)
- Content type ‘application/x-www-form-urlencoded;charset=UTF-8‘ not supported
- QT:QSS自定义 QScrollBar实例
- 丢弃法Dropout(Pytorch)
- Class-Variant Margin Normalized Softmax Loss for Deep Face Recognition
- QT:QSS自定义QToolBar和QToolBox实例
- [roast & brain hole] Some Thoughts on the bullet screen interactive game of Wei Shu Wu Three Kingdoms when visiting station B
- QT:QSS自定义 QSplitter实例
猜你喜欢
Ut2015 learning notes
Numpy quick start (II) -- Introduction to array (creation of array + basic operation of array)
Data captured
Matrix calculation of Neural Network Introduction (pytoch)
A detailed explanation of vector derivative and matrix derivative
How to hide cvxpy warnings: warn: a- > P (column pointers) not strictly increasing, column x empty?
DAY 7 小练习
丢弃法Dropout(Pytorch)
ThreadLocal principle and usage scenario
User recommendation preference model based on attention enhanced knowledge perception
随机推荐
Data captured
QT:QSS自定义QTableView实例
EFFICIENT PROBABILISTIC LOGIC REASONING WITH GRAPH NEURAL NETWORKS
Windows security center open blank
分组函数之rollup、cube函数、grouping sets函数
[SQL] an article takes you to master the operations related to query and modification of SQL database
Leetcode skimming ---977
Leetcode skimming ---75
How to hide cvxpy warnings: warn: a- > P (column pointers) not strictly increasing, column x empty?
Unity小组工程实践项目《最强外卖员》策划案&纠错文档
Ind wks first week
Bid -- service commitment -- self summary
深度学习入门之线性代数(PyTorch)
Knowledge map reasoning -- hybrid neural network and distributed representation reasoning
Jupiter notebook changing font style and font size
权重衰退(PyTorch)
深度学习入门之自动求导(Pytorch)
QT:QSS自定义 QTreeView实例
QT:QSS自定义 QSplitter实例
Leetcode skimming ---10