Details
-
New Feature
-
Status: Open
-
P3
-
Resolution: Unresolved
-
None
-
None
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); }
{{}}