# Example for go-redis OpenTelemetry instrumentation
This example requires running Redis Server. You can start Redis Server using Docker:
```shell
docker-compose up -d
```
To run this example:
go run .
See [Monitoring performance and errors](https://redis.uptrace.dev/guide/tracing.html) for more
details.