Skip to content

Commit 14f1250

Browse files
committed
[FLINK-15571] Add basic connector configuration
1 parent d76693c commit 14f1250

File tree

5 files changed

+1141
-0
lines changed

5 files changed

+1141
-0
lines changed
Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,58 @@
1+
---
2+
title: Redis
3+
weight: 5
4+
type: docs
5+
aliases:
6+
---
7+
<!--
8+
Licensed to the Apache Software Foundation (ASF) under one
9+
or more contributor license agreements. See the NOTICE file
10+
distributed with this work for additional information
11+
regarding copyright ownership. The ASF licenses this file
12+
to you under the Apache License, Version 2.0 (the
13+
"License"); you may not use this file except in compliance
14+
with the License. You may obtain a copy of the License at
15+
16+
http://www.apache.org/licenses/LICENSE-2.0
17+
18+
Unless required by applicable law or agreed to in writing,
19+
software distributed under the License is distributed on an
20+
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
21+
KIND, either express or implied. See the License for the
22+
specific language governing permissions and limitations
23+
under the License.
24+
-->
25+
26+
# Redis Connector
27+
28+
This connector provides sinks that can request document actions to an
29+
[Redis](https://redis.io/). To use this connector, add the following
30+
dependencies to your project:
31+
32+
<table class="table table-bordered">
33+
<thead>
34+
<tr>
35+
<th class="text-left">Redis version</th>
36+
<th class="text-left">Maven Dependency</th>
37+
</tr>
38+
</thead>
39+
<tbody>
40+
<tr>
41+
<td>7.x</td>
42+
<td>{{< connector_artifact flink-connector-redis-streams 3.0.0 >}}</td>
43+
</tr>
44+
</tbody>
45+
</table>
46+
47+
{{< py_download_link "redis" >}}
48+
49+
Note that the streaming connectors are currently not part of the binary
50+
distribution. See [here]({{< ref "docs/dev/configuration/overview" >}}) for information
51+
about how to package the program with the libraries for cluster execution.
52+
53+
## Installing Redis
54+
55+
Instructions for setting up a Redis cluster can be found
56+
[here](https://redis.io/docs/getting-started/installation/).
57+
58+

0 commit comments

Comments
 (0)