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