[
https://issues.apache.org/jira/browse/BEAM-13326?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17507086#comment-17507086
]
Beam JIRA Bot commented on BEAM-13326:
--------------------------------------
This issue is P2 but has been unassigned without any comment for 60 days so it
has been labeled "stale-P2". If this issue is still affecting you, we care!
Please comment and remove the label. Otherwise, in 14 days the issue will be
moved to P3.
Please see https://beam.apache.org/contribute/jira-priorities/ for a detailed
explanation of what these priorities mean.
> [RedisIO] - it's not possible to retrieve with PFCOUNT command the count of
> all the unique queries
> --------------------------------------------------------------------------------------------------
>
> Key: BEAM-13326
> URL: https://issues.apache.org/jira/browse/BEAM-13326
> Project: Beam
> Issue Type: New Feature
> Components: io-java-redis
> Reporter: Roberto
> Priority: P2
> Labels: Redis, stale-P2
>
> Currently, it's not possible to use PFCOUNT command to retrieve the unique
> queries
>
> it seems that what we need to do is to create a public function on Read that
> would do it something like:
>
> {{}}
> {code:java}
> public Response<Long> readUsingPFCOUNTCommand(String key) {
> return pipeline.pfcount(key, value);
> }{code}
> {{}}
--
This message was sent by Atlassian Jira
(v8.20.1#820001)