You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by GitBox <gi...@apache.org> on 2022/06/04 13:44:58 UTC

[GitHub] [beam] damccorm opened a new issue, #19852: [RedisIO][java] Writing with method SADD doesn't set TTL

damccorm opened a new issue, #19852:
URL: https://github.com/apache/beam/issues/19852

   [https://github.com/apache/beam/blob/master/sdks/java/io/redis/src/main/java/org/apache/beam/sdk/io/redis/RedisIO.java](https://github.com/apache/beam/blob/master/sdks/java/io/redis/src/main/java/org/apache/beam/sdk/io/redis/RedisIO.java)
   ```
   
   private void writeUsingSaddCommand(KV<String, String> record, Long expireTime) {
     String key = record.getKey();
   
    String value = record.getValue();
   
     pipeline.sadd(key, value);
   }
   
   ```
   
   
   Imported from Jira [BEAM-8408](https://issues.apache.org/jira/browse/BEAM-8408). Original Jira may contain additional context.
   Reported by: asokolov.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@beam.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [beam] Neira1991 commented on issue #19852: [RedisIO][java] Writing with method SADD doesn't set TTL

Posted by "Neira1991 (via GitHub)" <gi...@apache.org>.
Neira1991 commented on issue #19852:
URL: https://github.com/apache/beam/issues/19852#issuecomment-1688317391

   Hello, any news on this?
   
   regards


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org