This is an automated email from the ASF dual-hosted git repository.
eskabetxe pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/bahir-flink.git
The following commit(s) were added to refs/heads/master by this push:
new 33def8c Fix Redis documentation link to sadd (#94)
33def8c is described below
commit 33def8c594253d11ddbff8e332a75d91ea8591ba
Author: Xuebing Li <[email protected]>
AuthorDate: Wed Aug 5 17:17:07 2020 +1000
Fix Redis documentation link to sadd (#94)
---
flink-connector-redis/README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/flink-connector-redis/README.md b/flink-connector-redis/README.md
index 3fad3c2..e23ff3b 100644
--- a/flink-connector-redis/README.md
+++ b/flink-connector-redis/README.md
@@ -128,7 +128,7 @@ This section gives a description of all the available data
types and what Redis
</td>
</tr>
<tr>
- <td>SET</td><td><a
href="http://redis.io/commands/rpush">SADD</a></td>
+ <td>SET</td><td><a
href="http://redis.io/commands/sadd">SADD</a></td>
</tr>
<tr>
<td>PUBSUB</td><td><a
href="http://redis.io/commands/publish">PUBLISH</a></td>