https://github.com/simar7/crdt
A CRDT for LWW (Last-Writer-Wins) element set implementation in Go.
https://github.com/simar7/crdt
Last synced: about 1 year ago
JSON representation
A CRDT for LWW (Last-Writer-Wins) element set implementation in Go.
- Host: GitHub
- URL: https://github.com/simar7/crdt
- Owner: simar7
- License: mit
- Created: 2016-01-16T05:48:24.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-01-20T05:47:32.000Z (over 10 years ago)
- Last Synced: 2024-05-01T20:40:55.674Z (about 2 years ago)
- Language: Go
- Homepage: https://godoc.org/github.com/simar7/crdt
- Size: 9.77 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://godoc.org/github.com/simar7/crdt)
# crdt
A CRDT for LWW (Last-Writer-Wins) element set implementation in Go.
#### Prerequisites
redis-server
radix.v2
#### How to use?
1) Testing native Go implementation crdt.go
go test -v ./.
2) Testing redis based Go implementation crdt_redis.go
cd redis
go test -v ./... -zset your-zset-name --port redis-server-port-number