Browse Source

redis测试2

abiao 4 years ago
parent
commit
09daeb1bf7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      go/gopath/src/fohow.com/libs/lib_redis/redis.go

+ 1 - 1
go/gopath/src/fohow.com/libs/lib_redis/redis.go

@@ -91,7 +91,7 @@ func GetRedisValue(key string, resp interface{}) (bool, interface{}) {
 	if err != nil {
 		return false, ""
 	}
-	beego.BeeLogger.Info("result 返回字符:%s", val)
+	//beego.BeeLogger.Info("result 返回字符:%s", val)
 	err = json.Unmarshal([]byte(val), &resp)
 	if err != nil {
 		return false, ""