1. 首页
  2. 数据库
  3. 其它
  4. etcdstore:使用etcd进行大猩猩会话的会话存储后端 源码

etcdstore:使用etcd进行大猩猩会话的会话存储后端 源码

上传者: 2021-04-25 06:40:25上传 ZIP文件 18.18KB 热度 23次
etcdstore 一个会话存储后端的- 。 安装 go get github.com/ryicoh/etcdstore 文献资料 有关基础接口的完整文档,请参见 。 例子 package main import ( "github.com/ryicoh/etcdstore" clientv3 "go.etcd.io/etcd/client/v3" ) func main () { client , err := clientv3 . New (clientv3. Config { Endpoint : [] string { "http://localhost:2379" }}) if err != nil { panic ( err ) } defer client . Close () // Fetch new store. store , err := et
下载地址
用户评论