mirror of
https://github.com/redis/go-redis.git
synced 2025-12-25 00:01:00 +03:00
Reduce dependency chain
This commit is contained in:
@@ -57,7 +57,7 @@ func ExamplePipeline_instrumentation() {
|
||||
// pipeline finished processing: [ping: PONG ping: PONG]
|
||||
}
|
||||
|
||||
func ExampleWatch_instrumentation() {
|
||||
func ExampleClient_Watch_instrumentation() {
|
||||
rdb := redis.NewClient(&redis.Options{
|
||||
Addr: ":6379",
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user