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

RESP "hyperloglog" commands

    XMLWordPrintable

Details

    • Enhancement
    • Resolution: Unresolved
    • Optional
    • None
    • None
    • RESP
    • None

    Description

      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

      Attachments

        Issue Links

          Activity

            People

              rh-ee-jbolina Jose Bolina
              ttarrant@redhat.com Tristan Tarrant
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated: