mirror of https://github.com/go-redis/redis.git
14 lines
196 B
Markdown
14 lines
196 B
Markdown
|
# OpenTelemetry instrumentation for go-redis
|
||
|
|
||
|
To run this example you need a Redis server. You can start one with Docker:
|
||
|
|
||
|
```shell
|
||
|
make up
|
||
|
```
|
||
|
|
||
|
Then run the example:
|
||
|
|
||
|
```shell
|
||
|
go run main.go
|
||
|
```
|