mirror of
https://github.com/redis/go-redis.git
synced 2025-04-17 20:17:02 +03:00
chore: fix example
This commit is contained in:
parent
77dabc3019
commit
aaba70a3a7
@ -304,8 +304,8 @@ func ExampleClient_ScanType_Type_Hash() {
|
||||
break
|
||||
}
|
||||
}
|
||||
fmt.Printf("%d keys ready for use\n", len(allKeys))
|
||||
// Output: 33 keys ready for use\n
|
||||
fmt.Printf("%d keys ready for use", len(allKeys))
|
||||
// Output: 33 keys ready for use
|
||||
}
|
||||
|
||||
// ExampleMapStringStringCmd_Scan shows how to scan the results of a map fetch
|
||||
|
Loading…
x
Reference in New Issue
Block a user