go-redis

command module
v0.0.0-...-e5eb034 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 20, 2024 License: MIT Imports: 8 Imported by: 0

README

go-redis

Redis Go client

Documentation

Overview

HyperLogLog is a data structure that you can use to count approximate number of distinct elements in a set. Redis supports HyperLogLog via 2 commands:

PFADD adds elements to a set.
PFCOUNT returns the approximate number of distinct elements or, in other words, the approximated set cardinality.

scanning hash fields into a struct

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL