[
https://issues.apache.org/jira/browse/BAHIR-155?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16949516#comment-16949516
]
ASF subversion and git services commented on BAHIR-155:
-------------------------------------------------------
Commit 03265df9b1ad813ba298913497c6001be423087a in bahir-flink's branch
refs/heads/master from Artur Magalhães
[ https://gitbox.apache.org/repos/asf?p=bahir-flink.git;h=03265df ]
[BAHIR-155] TTL to HSET and SETEX command (#66)
- Adds Possibility to include TTL to a HASH in HSET operation.
- Adds SETEX command.
> Add expire to redis sink
> -------------------------
>
> Key: BAHIR-155
> URL: https://issues.apache.org/jira/browse/BAHIR-155
> Project: Bahir
> Issue Type: Wish
> Components: Flink Streaming Connectors
> Affects Versions: Flink-1.0
> Reporter: miki haiat
> Priority: Major
> Labels: features
> Fix For: Flink-1.0
>
>
> I have a scenario that im collection some MD and aggregate the result by
> time .
> for example Each HSET of each window can create different values
> by adding expiry i can guarantee that the key is holding only the current
> window values
> im thinking to change the the interface signuter
>
> {code:java}
> void hset(String key, String hashField, String value);
> void set(String key, String value);
> //to this
> void hset(String key, String hashField, String value,int expire);
> void set(String key, String value,int expire);
> {code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)