joken-前端工程师

  :: 首页 :: 博问 :: 闪存 :: 新随笔 :: :: :: 管理 ::

2017年11月22日

摘要: package main import ( "database/sql" "encoding/json" "fmt" "html/template" "net/http" "net/url" "github.com/drone/routes" "github.com/go-redis/redis" _ "github.com/go-sql-driver/mysql" ) ... 阅读全文
posted @ 2017-11-22 15:38 joken1310 阅读(1034) 评论(0) 推荐(0) 编辑

摘要: package main import ( "fmt" "time" "github.com/go-redis/redis" ) var client *redis.Client func ExampleNewClient() { client = redis.NewClient(&redis.Options{ Addr: "localhost:6379", Pa... 阅读全文
posted @ 2017-11-22 13:33 joken1310 阅读(60) 评论(0) 推荐(0) 编辑