mirror of https://github.com/go-redis/redis.git
e757f78923 | ||
---|---|---|
.. | ||
Makefile | ||
README.md | ||
docker-compose.yml | ||
go.mod | ||
go.sum | ||
main.go |
README.md
OpenTelemetry instrumentation for go-redis
To run this example you need a Redis server. You can start one with Docker:
make up
Then run the example:
go run main.go