https://github.com/yuce/hazelcast-go-client-v1-sample
https://github.com/yuce/hazelcast-go-client-v1-sample
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/yuce/hazelcast-go-client-v1-sample
- Owner: yuce
- Created: 2021-04-16T13:53:40.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-19T14:21:44.000Z (over 3 years ago)
- Last Synced: 2025-02-22T18:31:15.321Z (over 1 year ago)
- Language: Go
- Size: 10.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hazelcast Go Client v1 Sample
Requirements:
* Hazelcast 4.x or better
* Go 1.17 or better
## Install:
1. Run `go mod tidy` to install the dependencies.
2. Update `main.go` to match the address of your Hazelcast cluster if it does not match the default: `localhost:5701`.
3. Run `main.go`:
```
$ go run main.go
```