redis/extra/redisotel/example/README.md

14 lines
196 B
Markdown
Raw Normal View History

# 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
```