memberlist

command
v0.0.0-...-f53f79a Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 3, 2019 License: MIT Imports: 14 Imported by: 0

README

memberlist

Run

这里通过一个简单的 http 服务查询和插入数据, 找两台机器, 第一台执行:

memberlist

会生成 gossip 监听的服务 ip 和端口 使用上面的 ip 和端口在第二台执行

memberlist --members=xxx.xxx.xxx.xxx:xxxx

那么一个 gossip 的网络就搭建完成了

# add
curl "http://localhost:4001/add?key=foo&val=bar"

# get
curl "http://另一台机器:4001/get?key=foo"

# delete
curl "http://localhost:4001/del?key=foo"

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL