Uploaded image for project: 'Infinispan'
  1. Infinispan
  2. ISPN-14567

RESP "hyperloglog" commands

This issue belongs to an archived project. You can view it, but you can't modify it. Learn more

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Obsolete
    • Icon: Optional Optional
    • None
    • None
    • RESP
    • None

      HyperLogLog is a specialized but highly useful data type in Redis. A HyperLogLog is used to keep an estimated count of unique items, useful data type for tracking an overall count of unique visitors to a website.
      The HyperLogLog data type maintains an internal hash to determine whether it has seen the value already. If it has, then the value is not entered into the database.

      (source: Redis for Dummies)

      The implementation might be done by using this library: https://github.com/aggregateknowledge/java-hll

              rh-ee-jbolina Jose Bolina
              ttarrant@redhat.com Tristan Tarrant
              Archiver:
              rhn-support-adongare Amol Dongare

                Created:
                Updated:
                Resolved:
                Archived: