An open API service indexing awesome lists of open source software.

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

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
```