当前位置:网站首页>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 |
边栏推荐
- QT:QSS自定义 QSlider实例
- 深度学习入门之线性回归(PyTorch)
- QT:QSS自定义 QTreeView实例
- EFFICIENT PROBABILISTIC LOGIC REASONING WITH GRAPH NEURAL NETWORKS
- Automatic derivation of introduction to deep learning (pytoch)
- Leetcode skimming ---832
- DAY 7 小练习
- 深度学习入门之自动求导(Pytorch)
- Data captured
- Numpy realizes the classification of iris by perceptron
猜你喜欢

带你走进云原生数据库界扛把子Amazon Aurora

Data captured

Pytoch has been installed, but vs code still displays no module named 'torch‘

MySQL reports an error "expression 1 of select list is not in group by claim and contains nonaggre" solution

QT:QSS自定义QTableView实例

缓存路由组件

如何监测服务器主机的进出流量?

Install yolov3 (Anaconda)

Traversal of map set

Ut2012 learning notes
随机推荐
Leetcode刷题---1385
Numpy quick start (V) -- Linear Algebra
Ut2016 learning notes
Traversal of map set
Unity learning notes: personal learning project "crazy genius Edgar" error correction document
Model selection for neural network introduction (pytorch)
Flink -- 内置函数(ALL)
大型电商项目-环境搭建
Bidding website architecture project progress -- Network Security
Leetcode skimming ---704
Leetcode刷题---283
[SQL] an article takes you to master the operations related to query and modification of SQL database
Linear regression of introduction to deep learning (pytorch)
QT:QSS自定义 QScrollBar实例
Leetcode刷题---278
Leetcode刷题---75
Knowledge map enhancement recommendation based on joint non sampling learning
Flink <-->JDBC的使用介绍+with参数
Introduction to deep learning linear algebra (pytorch)
Mysql--索引原理+如何使用