[ 
https://issues.apache.org/jira/browse/BEAM-8408?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17122623#comment-17122623
 ] 

Beam JIRA Bot commented on BEAM-8408:
-------------------------------------

This issue is P2 but has been unassigned without any comment for 60 days so it 
has been labeled "stale-P2". If this issue is still affecting you, we care! 
Please comment and remove the label. Otherwise, in 14 days the issue will be 
moved to P3.

Please see https://beam.apache.org/contribute/jira-priorities/ for a detailed 
explanation of what these priorities mean.


> [RedisIO][java] Writing with method SADD doesn't set TTL
> --------------------------------------------------------
>
>                 Key: BEAM-8408
>                 URL: https://issues.apache.org/jira/browse/BEAM-8408
>             Project: Beam
>          Issue Type: New Feature
>          Components: io-java-redis
>    Affects Versions: 2.14.0, 2.15.0, 2.16.0
>            Reporter: Andrey Sokolov
>            Priority: P2
>              Labels: stale-P2
>
> [https://github.com/apache/beam/blob/master/sdks/java/io/redis/src/main/java/org/apache/beam/sdk/io/redis/RedisIO.java]
> {code:java}
> private void writeUsingSaddCommand(KV<String, String> record, Long 
> expireTime) {
>   String key = record.getKey();
>   String value = record.getValue();
>   pipeline.sadd(key, value);
> }
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to