MiguelAnzoWizeline commented on pull request #15549:
URL: https://github.com/apache/beam/pull/15549#issuecomment-996159399


   Regarding the table size, what we need for the operations is the next power 
of two needed to represent the number of keys in the database, so we get the 
number of keys with dbSize() and then obtain the needed value with 
[this](https://github.com/apache/beam/blob/7f00a105e64494ced92a404ce16bf7fecd383172/sdks/java/io/redis/src/main/java/org/apache/beam/sdk/io/redis/RedisCursor.java#L136)
 method.


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