[ 
https://issues.apache.org/jira/browse/BEAM-7286?focusedWorklogId=241657&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-241657
 ]

ASF GitHub Bot logged work on BEAM-7286:
----------------------------------------

                Author: ASF GitHub Bot
            Created on: 14/May/19 10:14
            Start Date: 14/May/19 10:14
    Worklog Time Spent: 10m 
      Work Description: aromanenko-dev commented on pull request #8570: 
[BEAM-7286] RedisIO support for INCR/DECR operations
URL: https://github.com/apache/beam/pull/8570#discussion_r283714632
 
 

 ##########
 File path: 
sdks/java/io/redis/src/main/java/org/apache/beam/sdk/io/redis/RedisIO.java
 ##########
 @@ -630,6 +640,20 @@ private void writeUsingHLLCommand(KV<String, String> 
record, Long expireTime) {
         pipeline.pfadd(key, value);
       }
 
+      private void writeUsingIncrBy(KV<String, String> record, Long 
expireTime) {
 
 Review comment:
   Please, remove `expireTime ` as a function argument since it's not used here.
 
----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


Issue Time Tracking
-------------------

    Worklog Id:     (was: 241657)
    Time Spent: 1h  (was: 50m)

> RedisIO support for INCR/DECR operations
> ----------------------------------------
>
>                 Key: BEAM-7286
>                 URL: https://issues.apache.org/jira/browse/BEAM-7286
>             Project: Beam
>          Issue Type: Improvement
>          Components: io-java-redis
>    Affects Versions: 2.12.0
>            Reporter: Varun Dhussa
>            Assignee: Varun Dhussa
>            Priority: Minor
>          Time Spent: 1h
>  Remaining Estimate: 0h
>
> An analytics use-case may require streaming INCR / DECR operations to a Redis 
> key. These instructions are not currently supported in beam.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to