redis/example/hll/README.md

10 lines
175 B
Markdown
Raw Normal View History

2022-03-17 15:30:55 +03:00
# Redis HyperLogLog example
To run this example:
```shell
go run .
```
See [Using HyperLogLog command with go-redis](https://redis.uptrace.dev/guide/hll.html) for details.