chore: fix example

This commit is contained in:
Vladimir Mihailenco 2022-10-04 15:09:05 +03:00
parent 77dabc3019
commit aaba70a3a7
1 changed files with 2 additions and 2 deletions

View File

@ -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