Skip to content

Commit

Permalink
Update README.md example log message (#67)
Browse files Browse the repository at this point in the history
Example_JSONSet was executed by GoRedis Client but Redigo Client was printing line 138
  • Loading branch information
prabeshmagar authored Aug 11, 2022
1 parent 7aa2039 commit 3098ab8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ func main() {
}
}()
rh.SetGoRedisClient(cli)
fmt.Println("\nExecuting Example_JSONSET for Redigo Client")
fmt.Println("\nExecuting Example_JSONSET for GoRedis Client")
Example_JSONSet(rh)
}
```

0 comments on commit 3098ab8

Please sign in to comment.