# 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:
go run main.go