redis/example/hll/README.md

11 lines
184 B
Markdown
Raw Normal View History

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