Merge pull request #622 from Jimmy99/patch-13

Update 05.6.md
This commit is contained in:
astaxie
2016-04-06 16:33:26 +08:00

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