redigo moved to gomodule

This commit is contained in:
Augists
2022-01-21 09:45:36 +08:00
parent 184e305820
commit faa1edc694
2 changed files with 4 additions and 4 deletions

View File

@@ -9,7 +9,7 @@ redis是一个key-value存储系统。和Memcached类似它支持存储的val
目前应用redis最广泛的应该是新浪微博平台其次还有Facebook收购的图片社交网站instagram。以及其他一些有名的[互联网企业](http://redis.io/topics/whos-using-redis)
Go目前支持redis的驱动有如下
- https://github.com/garyburd/redigo (推荐)
- https://github.com/gomodule/redigo (推荐)
- https://github.com/go-redis/redis
- https://github.com/hoisie/redis
- https://github.com/alphazero/Go-Redis
@@ -27,7 +27,7 @@ import (
"syscall"
"time"
"github.com/garyburd/redigo/redis"
"github.com/gomodule/redigo/redis"
)
var (