Hi,
I have made several redis and go tutorial sites. Most of the pages don't work. Here's a very simple one that doesn't work.
https://developer.redis.com/develop/golang/
And here is the error message.
# command-line-arguments
./main.go:17:29: too many arguments in call to client.cmdable.Ping
have (context.Context)
want ()
How to make the tutorial work?