https://github.com/yuce/hzlistindexes
https://github.com/yuce/hzlistindexes
Last synced: 15 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/yuce/hzlistindexes
- Owner: yuce
- Created: 2022-04-28T12:03:12.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-04-29T12:33:04.000Z (about 4 years ago)
- Last Synced: 2025-11-13T12:03:42.786Z (8 months ago)
- Language: Go
- Size: 4.23 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# hzlistindexes
## Requirements
* Go 1.18 or better
## Build
Just running `make` will build the executable `hzlistindexes`
## Usage
```
$ ./hzlistindexes -c config.json -m employees
2022/04/28 14:59:17 INFO : trying to connect to cluster: dev
2022/04/28 14:59:17 INFO : connected to cluster: dev
2022/04/28 14:59:17 INFO :
Members {size:1, ver:1} [
Member 127.0.0.1:5701 - 21c4344f-e329-4327-afc0-63dfc9c6a39d
]
001: name: age, type: 0 on key: __key, attrs: [age]
```
Note that the JSON configuration is specific to the Go client. Find more at the [documentation](https://pkg.go.dev/github.com/hazelcast/hazelcast-go-client#hdr-Configuration).