mirror of
https://github.com/redis/go-redis.git
synced 2025-07-22 10:01:50 +03:00
Example for go-redis OpenTelemetry instrumentation
This example requires running Redis Server. You can start Redis Server using Docker:
docker-compose up -d
To run this example:
go run .
See Monitoring performance and errors for more details.