mirror of
https://github.com/redis/go-redis.git
synced 2025-07-28 06:42:00 +03:00
feat: add OpenTelemetry metrics instrumentation
This commit is contained in:
@ -433,7 +433,7 @@ func ExampleClient_TxPipeline() {
|
||||
}
|
||||
|
||||
func ExampleClient_Watch() {
|
||||
const maxRetries = 1000
|
||||
const maxRetries = 10000
|
||||
|
||||
// Increment transactionally increments key using GET and SET commands.
|
||||
increment := func(key string) error {
|
||||
|
Reference in New Issue
Block a user