mirror of https://github.com/go-redis/redis.git
DOC-4230 added missing printout comment
This commit is contained in:
parent
d4c7fa85de
commit
85293d40a9
|
@ -589,6 +589,7 @@ func ExampleClient_rule11() {
|
||||||
|
|
||||||
if err != nil {
|
if err != nil {
|
||||||
fmt.Println(err)
|
fmt.Println(err)
|
||||||
|
// >>> WRONGTYPE Operation against a key holding the wrong kind of value
|
||||||
}
|
}
|
||||||
|
|
||||||
fmt.Println(res41)
|
fmt.Println(res41)
|
||||||
|
|
Loading…
Reference in New Issue