CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 通讯/手机编程 android开发

文件名称:etcd_a5

  • 所属分类:
  • 标签属性:
  • 上传时间:
    2016-01-14
  • 文件大小:
    2.51mb
  • 已下载:
    0次
  • 提 供 者:
  • 相关连接:
  • 下载说明:
    别用迅雷下载,失败请重下,重下不扣分!

介绍说明--下载内容来自于网络,使用问题请自行百度

此版本主要是改进工具链和开发者体验。此版本引入下一代 v3 API 的实验性 demo;新增一个 Go etcd 客户端;添加 active 集群连接检测功能。此外还改进了文档

etcd 2.1 这是官方首个主要的稳定版本,与上一个 0.4.6 版本比较,该版本值得关注的改进有:

内部协议的改进以避免意外的错误配置-This version is mainly to improve the tool chain and developer experience. This version introduces the next generation of API demo experimental V3 add a etcd Go client add active cluster connection detection function. In addition, the document is improved.

Etcd 2.1 this is the official first major stable version, compared with the last 0.4.6 version, the version is worthy of attention:

Improved internal protocol to avoid accidental error
(系统自动生成,下载前可以参看下载内容)

下载文件列表

etcd-master/
etcd-master/.dockerignore
etcd-master/.gitignore
etcd-master/.godir
etcd-master/.header
etcd-master/.travis.yml
etcd-master/build
etcd-master/build.bat
etcd-master/client/
etcd-master/client/auth_role.go
etcd-master/client/auth_user.go
etcd-master/client/cancelreq.go
etcd-master/client/cancelreq_go14.go
etcd-master/client/client.go
etcd-master/client/client_test.go
etcd-master/client/cluster_error.go
etcd-master/client/curl.go
etcd-master/client/discover.go
etcd-master/client/doc.go
etcd-master/client/fake_transport_go14_test.go
etcd-master/client/fake_transport_test.go
etcd-master/client/keys.generated.go
etcd-master/client/keys.go
etcd-master/client/keys_bench_test.go
etcd-master/client/keys_test.go
etcd-master/client/members.go
etcd-master/client/members_test.go
etcd-master/client/README.md
etcd-master/client/srv.go
etcd-master/client/srv_test.go
etcd-master/CONTRIBUTING.md
etcd-master/cover
etcd-master/DCO
etcd-master/discovery/
etcd-master/discovery/discovery.go
etcd-master/discovery/discovery_test.go
etcd-master/discovery/doc.go
etcd-master/discovery/srv.go
etcd-master/discovery/srv_test.go
etcd-master/Dockerfile
etcd-master/Documentation/
etcd-master/Documentation/04_to_2_snapshot_migration.md
etcd-master/Documentation/admin_guide.md
etcd-master/Documentation/api.md
etcd-master/Documentation/authentication.md
etcd-master/Documentation/auth_api.md
etcd-master/Documentation/backward_compatibility.md
etcd-master/Documentation/benchmarks/
etcd-master/Documentation/benchmarks/etcd-2-1-0-alpha-benchmarks.md
etcd-master/Documentation/benchmarks/etcd-2-2-0-rc-benchmarks.md
etcd-master/Documentation/benchmarks/etcd-2-2-0-rc-memory-benchmarks.md
etcd-master/Documentation/benchmarks/etcd-3-demo-benchmarks.md
etcd-master/Documentation/benchmarks/README.md
etcd-master/Documentation/branch_management.md
etcd-master/Documentation/clustering.md
etcd-master/Documentation/configuration.md
etcd-master/Documentation/dev/
etcd-master/Documentation/dev/release.md
etcd-master/Documentation/discovery_protocol.md
etcd-master/Documentation/docker_guide.md
etcd-master/Documentation/errorcode.md
etcd-master/Documentation/faq.md
etcd-master/Documentation/glossary.md
etcd-master/Documentation/implementation-faq.md
etcd-master/Documentation/internal-protocol-versioning.md
etcd-master/Documentation/libraries-and-tools.md
etcd-master/Documentation/metrics.md
etcd-master/Documentation/other_apis.md
etcd-master/Documentation/platforms/
etcd-master/Documentation/platforms/freebsd.md
etcd-master/Documentation/production-ready.md
etcd-master/Documentation/proxy.md
etcd-master/Documentation/reporting_bugs.md
etcd-master/Documentation/rfc/
etcd-master/Documentation/rfc/v3api.md
etcd-master/Documentation/rfc/v3api.proto
etcd-master/Documentation/runtime-configuration.md
etcd-master/Documentation/runtime-reconf-design.md
etcd-master/Documentation/security.md
etcd-master/Documentation/tuning.md
etcd-master/Documentation/upgrade_2_1.md
etcd-master/Documentation/upgrade_2_2.md
etcd-master/error/
etcd-master/error/error.go
etcd-master/error/error_test.go
etcd-master/etcdctl/
etcd-master/etcdctlv3/
etcd-master/etcdctlv3/command/
etcd-master/etcdctlv3/command/delete_range_command.go
etcd-master/etcdctlv3/command/put_command.go
etcd-master/etcdctlv3/command/range_command.go
etcd-master/etcdctlv3/command/txn_command.go
etcd-master/etcdctlv3/main.go
etcd-master/etcdctl/command/
etcd-master/etcdctl/command/auth_commands.go
etcd-master/etcdctl/command/backup_command.go
etcd-master/etcdctl/command/cluster_health.go
etcd-master/etcdctl/command/error.go
etcd-master/etcdctl/command/exec_watch_command.go
etcd-master/etcdctl/command/format.go
etcd-master/etcdctl/command/get_command.go
etcd-master/etcdctl/command/import_snap_command.go
etcd-master/etcdctl/command/ls_command.go
etcd-master/etcdctl/command/member_commands.go
etcd-master/etcdctl/command/mkdir_command.go
etcd-master/etcdctl/command/mk_command.go
etcd-master/etcdctl/command/rmdir_command.go
etcd-master/etcdctl/command/rm_command.go
etcd-master/etcdctl/command/role_commands.go
etcd-master/etcdctl/command/set_command.go
etcd-master/etcdctl/command/set_dir_command.go
etcd-master/etcdctl/command/update_command.go
etcd-master/etcdctl/command/update_dir_command.go
etcd-master/etcdctl/command/user_commands.go
etcd-master/etcdctl/command/util.go
etcd-master/etcdctl/command/util_test.go
etcd-master/etcdctl/command/watch_command.go
etcd-master/etcdctl/main.go
etcd-master/etcdctl/README.md
etcd-master/etcdmain/
etcd-master/etcdmain/config.go
etcd-master/etcdmain/config_test.go
etcd-master/etcdmain/const_unix.go
etcd-master/etcdmain/const_windows.go
etcd-master/etcdmain/doc.go
etcd-master/etcdmain/etcd.go
etcd-master/etcdmain/help.go
etcd-master/etcdmain/http.go
etcd-master/etcdserver/
etcd-master/etcdserver/api/
etcd-master/etcdserver/api/v3rpc/
etcd-master/etcdserver/api/v3rpc/key.go
etcd-master/etcdserver/auth/
etcd-master/etcdserver/auth/auth.go
etcd-master/etcdserver/auth/auth_requests.go
etcd-master/etcdserver/auth/auth_test.go
etcd-master/etcdserver/cluster.go
etcd-master/etcdserver/cluster_test.go
etcd-mas

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 搜珍网是交换下载平台,只提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度。更多...
  • 本站已设置防盗链,请勿用迅雷、QQ旋风等下载软件下载资源,下载后用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或换浏览器;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.

相关评论

暂无评论内容.

发表评论

*快速评论: 推荐 一般 有密码 和说明不符 不是源码或资料 文件不全 不能解压 纯粹是垃圾
*内  容:
*验 证 码:
搜珍网 www.dssz.com