Update 05.6.md

typographical errors and improved readability
This commit is contained in:
Jimmy99
2016-04-06 10:31:45 +02:00
committed by James Miranda
parent 56363d22b4
commit 5cc7eaee39

View File

@@ -52,7 +52,7 @@ Let's see how to use the driver that I forked to operate on a database:
client.Del("l")
}
We can see that it's quite easy to operate redis in Go, and it has high performance. Its client commands are almost the same as redis' built-in commands.
We can see that it is quite easy to operate redis in Go, and it has high performance. It's client commands are almost the same as redis' built-in commands.
## mongoDB