[
https://issues.apache.org/jira/browse/BEAM-13284?focusedWorklogId=685504&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-685504
]
ASF GitHub Bot logged work on BEAM-13284:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 23/Nov/21 21:09
Start Date: 23/Nov/21 21:09
Worklog Time Spent: 10m
Work Description: robertwb commented on pull request #16052:
URL: https://github.com/apache/beam/pull/16052#issuecomment-977170726
Thanks. I'll get this merged.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 685504)
Time Spent: 20m (was: 10m)
> [RedisIO] - Writing with method PFADD doesn't set TTL
> -----------------------------------------------------
>
> Key: BEAM-13284
> URL: https://issues.apache.org/jira/browse/BEAM-13284
> Project: Beam
> Issue Type: Bug
> Components: io-java-redis
> Reporter: Roberto
> Assignee: Robert Bradshaw
> Priority: P2
> Time Spent: 20m
> Remaining Estimate: 0h
>
> RedisIO PFADD writing does not support TTL
>
> if we check the method writeUsingHLLCommand:
> [https://github.com/apache/beam/blob/master/sdks/java/io/redis/src/main/java/org/apache/beam/sdk/io/redis/RedisIO.java]
>
> the variable expireTime is not being used
>
> {code:java}
> private void writeUsingHLLCommand(KV<String, String> record, Long
> expireTime) {
> String key = record.getKey();
> String value = record.getValue();
> pipeline.pfadd(key, value);
> } {code}
>
--
This message was sent by Atlassian Jira
(v8.20.1#820001)