Add en/redigo demo

This commit is contained in:
vCaesar
2017-01-07 19:04:20 +08:00
parent 1c386c6a54
commit 2f732d86bd
2 changed files with 79 additions and 1 deletions

View File

@@ -18,7 +18,7 @@ Go目前支持redis的驱动有如下
我以redigo驱动为例来演示如何进行数据的操作:
```Go
package redis
package main
import (
"fmt"