当前位置:网站首页>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 |
边栏推荐
猜你喜欢

Uni app learning 1 bottom menu and parent-child components

EFFICIENT PROBABILISTIC LOGIC REASONING WITH GRAPH NEURAL NETWORKS
![[untitled]](/img/2b/177970366174e50e75b5c820c95d08.jpg)
[untitled]

神经网络入门之矩阵计算(Pytorch)

Unity learning notes: personal learning project "crazy genius Edgar" error correction document

8、 Transaction control language of MySQL

6、 Data definition language of MySQL (1)

Ut2012 learning notes

Leetcode skimming ---367

面试官:Redis中列表的内部实现方式是什么?
随机推荐
Classification (data consolidation and grouping aggregation)
面试官:Redis中列表的内部实现方式是什么?
Linear regression of introduction to deep learning (pytorch)
Numpy quick start (II) -- Introduction to array (creation of array + basic operation of array)
Unity learning notes: personal learning project "crazy genius Edgar" error correction document
QT:QSS自定义 QRadioButton实例
Leetcode skimming ---367
Leetcode skimming ---977
Leetcode skimming ---202
If you always feel that you need to persist in learning English
Ut2011 learning notes
Mysql5.7 installation and configuration tutorial (Graphic ultra detailed version)
Bidding website architecture project progress -- Network Security
[combinatorial mathematics] pigeon's nest principle (simple form of pigeon's nest principle | simple form examples of pigeon's nest principle 1, 2, 3)
Matrix calculation of Neural Network Introduction (pytoch)
[combinatorial mathematics] pigeon nest principle (simple form examples of pigeon nest Principle 4 and 5)
6、 Data definition language of MySQL (1)
Take you into the cloud native database industry, Amazon Aurora
Leetcode skimming ---704
7、 Data definition language of MySQL (2)