https://github.com/yang69/flink-connector-redis_2.11
forked from org.apache.bahir:flink-connector-redis_2.11:1.0
https://github.com/yang69/flink-connector-redis_2.11
flink flink-connector flink-connector-redis flink-redis setex
Last synced: 5 months ago
JSON representation
forked from org.apache.bahir:flink-connector-redis_2.11:1.0
- Host: GitHub
- URL: https://github.com/yang69/flink-connector-redis_2.11
- Owner: yang69
- License: apache-2.0
- Created: 2018-11-10T15:04:02.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-27T10:41:36.000Z (over 7 years ago)
- Last Synced: 2023-12-21T14:57:44.828Z (over 2 years ago)
- Topics: flink, flink-connector, flink-connector-redis, flink-redis, setex
- Language: Java
- Homepage:
- Size: 27.3 KB
- Stars: 7
- Watchers: 1
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Flink Connector Redis
forked from org.apache.bahir:flink-connector-redis_2.11:1.0
test on JDK8, flink 1.4.2
```
com.github.yang69
flink-connector-redis_2.11
1.0
```
# Change Log | 更改日志
1.0 add support for SETEX, as a result, you will need to implement getSecondsFromData(), which returns the expire seconds for the key.
1.0 增加了对 SETEX 的支持,需要实现 getSecondsFromData() 方法,该方法返回期望设置的过期时间(单位为秒)