Uploaded image for project: 'Beam'
  1. Beam
  2. BEAM-13326

[RedisIO] - it's not possible to retrieve with PFCOUNT command the count of all the unique queries

Details

    • New Feature
    • Status: Open
    • P3
    • Resolution: Unresolved
    • None
    • None
    • io-java-redis

    Description

      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:

       

      {{}}

      public Response<Long> readUsingPFCOUNTCommand(String key) {
      
       return pipeline.pfcount(key, value);
      
       }

      {{}}

      Attachments

        Activity

          People

            Unassigned Unassigned
            robertosf90 Roberto
            Votes:
            1 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated: