Skip to content

avinilcodes/aerospike

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Before runing this we need to make sure that following steps are performed

aerospike-server-community

aerospike-tools

To run aerospike locally use this command

sudo systemctl start aerospike

Get aerospike client for Go

go get github.com/aerospike/aerospike-client-go/v6

To get packages used in it this project we need

cd ..

go mod init dir_name_where_the_code_is

cd dir_name_where_the_code_is

go mod tidy

Now we are good run the program using below command

command to use : go run name_of_code_file -h host -p port -n namespace -s set

go run main.go -h localhost -p 3000 -n test -s myset

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages