开发者社区> 问答> 正文

go sdk 1.29.2创建redis失败

使用阿里云 CLI 能成功创建 Redis,但使用 go sdk 用相同的参数创建 Redis 一直未成功过,并报如下错误。

ts=2018-10-26T17:40:16.863589+08:00 caller=Redis.go:118 err="SDK.ServerError\nErrorCode: InternalError\nRecommend: \nRequestId: DBEA309F-6CD3-42B2-B8E0-B7F958DB8A76\nMessage: The request processing has failed due to some unknown error."
ts=2018-10-26T17:40:16.864118+08:00 caller=logging.go:44 method=CreateRedis err="SDK.ServerError\nErrorCode: InternalError\nRecommend: \nRequestId: DBEA309F-6CD3-42B2-B8E0-B7F958DB8A76\nMessage: The request processing has failed due to some unknown error." took=4.808412979s

go 版本:go version go1.11 darwin/amd64
go sdk 版本: 1.29.2

展开
收起
innotech 2018-10-26 19:17:38 1774 0
1 条回答
写回答
取消 提交回答
  • PrivateIpAddress 传递错误,不是个IP地址段,是具体IP,格式为:PrivateIpAddress="10.1.3.4", 这个IP,是在您的Vswitch下。

    2019-07-17 23:10:31
    赞同 展开评论 打赏
问答排行榜
最热
最新

相关电子书

更多
Go语言路上踩过的坑 立即下载
gohbase :HBase go客户端 立即下载
Go构建日请求千亿级微服务实践 立即下载