Skip to content

zju-zhanglu/flink-connector-redis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

flink-connector-redis

This connector provides a Sink that can write to Redis and also can publish data to Redis PubSub. To use this connector, first download source and execute command mvn install, and then add the following dependency to your project:

<dependency>
  <groupId>org.zhanglu.flink</groupId>
  <artifactId>flink-connector-redis</artifactId>
  <version>1.0-SNAPSHOT</version>
</dependency>

About

flink-connector-redis

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages