forked from mirror/redis
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…
Reference in New Issue