摘要: package main import ( "github.com/gomodule/redigo/redis" "time" "fmt" "errors") type Redis struct { pool *redis.Pool key string value string timeout i 阅读全文
posted @ 2020-04-08 16:41 月球放牛 阅读(3874) 评论(0) 推荐(0) 编辑