package
Version:
v0.0.0-...-d09ac20
Opens a new window with list of versions in this module.
Published: Nov 1, 2019
License: Apache-2.0
Opens a new window with license information.
Imports: 6
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
ETCD
1.安装
2.API
- 键值相关
- Put 存
- Get 取
- Delete 删
- Compact 压缩
- Do 执行(Put/Get/Delete也基于Do)
- Txn 事务,仅支持If/Then/Else/Commit
- Watch
- 租约相关
- Grant 分配
- Revoke 释放
- TimeToLive 获取剩余TTL时间
- Leases 获取所有租约
- KeepAlive 续约
- KeepAliveOnce 仅续约一次
- Close 关闭
- 集群相关
- MemberList 获取集群所有成员
- MemberAdd 添加成员
- MemberRemove 移除成员
- MemberUpdate 更新成员
- 锁
Documentation
¶
Source Files
¶
Click to show internal directories.
Click to hide internal directories.