## About
This is a memcache client library for the Go programming language
(http://golang.org/).
## Example
Install with:
```shell
$ go get github.com/bradfitz/gomemcache/memcache
```
Then use it like:
```go
import (
"github.com/bradfitz/gomemcache/memcache"
)
func main() {
mc := memcache.New("10.0.0.1:11211", "10.0.0.2:11211", "10.0.0.3:11212")
mc.Set(&memcache.Item{Key: "foo", Value: []byte("my value")})
it, err := mc.Get("foo")
...
}
```
## Full docs, see:
See https://pkg.go.dev/github.com/bradfitz/gomemcache/memcache
Or run:
```shell
$ godoc github.com/bradfitz/gomemcache/memcache
```
没有合适的资源?快使用搜索试试~ 我知道了~
温馨提示
关于这是用于 Go 编程语言 ( http://golang.org/ ) 的 memcache 客户端库。例子安装方式$ go get github.com/bradfitz/gomemcache/memcache然后像这样使用它import ( "github.com/bradfitz/gomemcache/memcache")func main() { mc := memcache.New("10.0.0.1:11211", "10.0.0.2:11211", "10.0.0.3:11212") mc.Set(&memcache.Item{Key: "foo", Value: []byte("my value")}) it, err := mc.Get("foo") ...}完整文档,请参阅参见https://pkg.go.dev/github.com/bradfitz/gomemcache/memcache或者运行$ godoc github.com/bradfitz/gomemca
资源推荐
资源详情
资源评论
收起资源包目录
Go Memcached 客户端库 #golang.zip (14个子文件)
go.mod 47B
memcache
selector_test.go 1KB
fakeserver_test.go 6KB
memcache.go 21KB
selector.go 3KB
fakecerts_test.go 3KB
memcache_test.go 12KB
.github
workflows
test.yml 447B
标签.txt 42B
AUTHORS 284B
LICENSE 11KB
资源内容.txt 617B
.gitignore 12B
README.md 633B
共 14 条
- 1
资源评论
赵闪闪168
- 粉丝: 1646
- 资源: 4872
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功