hidedim opened a new pull request, #3242:
URL: https://github.com/apache/kvrocks/pull/3242

   support 5 Operation.
   TOPK.RESERVE key args(k, width, depth, decay): create TopK data structure.
   TOPK.INFO key: reply information of args(k, width, depth, decay).
   TOPK.ADD key value: add values to topk.
   TOPK.QUERY key value: reply is value existed in topk.
   TOPK.LIST key: reply item of topk.


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