An open API service indexing awesome lists of open source software.

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

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() 方法,该方法返回期望设置的过期时间(单位为秒)