sample/

directory
v0.6.0 Latest Latest
Warning

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

Go to latest
Published: Mar 9, 2020 License: Apache-2.0

README

Hazelcast Go Client Samples

In order to run any example, you should have a running Hazelcast instance. If you don't already have one:

When you have a running Hazelcast instance, you will see its address and port in the console. You should add that information to the network config, as shown below,

config := hazelcast.NewConfig()
config.NetworkConfig().AddAddress("192.168.1.9:5701") // change this with your address

The address given above is an example. Don't forget to change it to your server's address.

Samples

Directories

Path Synopsis
helloworld
one command
three command
two command
map
aggregator command
entryprocessor command
listener command
predicate command
projection command
simple command
serialization
custom command
global command
identified command
portable command
ssl

Jump to

Keyboard shortcuts

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