mirror of https://github.com/go-redis/redis.git
chore: fix links
This commit is contained in:
parent
99c79f7041
commit
fc61bffa49
|
@ -6,4 +6,5 @@ To run this example:
|
||||||
go run .
|
go run .
|
||||||
```
|
```
|
||||||
|
|
||||||
See [Using HyperLogLog command with go-redis](https://redis.uptrace.dev/guide/hll.html) for details.
|
See [Using HyperLogLog command with go-redis](https://redis.uptrace.dev/guide/go-redis-hll.html) for
|
||||||
|
details.
|
||||||
|
|
|
@ -1,6 +1,8 @@
|
||||||
# Example for go-redis OpenTelemetry instrumentation
|
# Example for go-redis OpenTelemetry instrumentation
|
||||||
|
|
||||||
See [Monitoring performance and errors](https://redis.uptrace.dev/guide/tracing.html) for details.
|
See
|
||||||
|
[Redis Monitoring Performance and Errors](https://redis.uptrace.dev/guide/redis-performance-monitoring.html)
|
||||||
|
for details.
|
||||||
|
|
||||||
This example requires Redis Server on port `:6379`. You can start Redis Server using Docker:
|
This example requires Redis Server on port `:6379`. You can start Redis Server using Docker:
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue