浏览代码

redis测试3

abiao 4 年之前
父节点
当前提交
9136e00004
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      go/gopath/src/fohow.com/apps/controllers/test_controller/test_controller.go

+ 1 - 1
go/gopath/src/fohow.com/apps/controllers/test_controller/test_controller.go

@@ -52,7 +52,7 @@ func (self *TestController) TestOrderListen() {
 func (self *TestController) GetUserInfoFromRedis() {
 
 	//-------测试个人------------//
-	userId := int64(1388)
+	userId := int64(1458)
 	key := fmt.Sprintf("userinfo_%d", userId)
 	var user user_model.User
 	ok, resp := lib_redis.GetRedisValue(key, user)