Skip to content

PrasannaGajbhiye/Consistent-Hashing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

CMPE273_Lab3

Consistent Hashing

Usage

Install

go get github.com/PrasannaGajbhiye/CMPE273_Lab3/

Start the server:

Start three instances of the servers by executing the below command in three terminal windows

go run server.go

Start the client

For putting a key

go run client.go "PUT" 1 "a"

For getting a key

go run client.go "GET" 1

For getting all keys

go run client.go

About

Implementation of consistent hashing in golang

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages