m-trieu commented on code in PR #29401:
URL: https://github.com/apache/beam/pull/29401#discussion_r1399857798


##########
sdks/java/io/rrio/src/main/java/org/apache/beam/io/requestresponse/RedisClient.java:
##########
@@ -61,6 +62,15 @@ long decr(String key) throws UserCodeExecutionException {
     }
   }
 
+  /** Get a byte array associated with a byte array key. Returns null if key 
does not exist. */
+  byte @Nullable [] getBytes(byte[] key) throws UserCodeExecutionException {

Review Comment:
   gotcha thanks for explaining!



-- 
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]

Reply via email to