Skip to content

tamim-khan/grpc-keyvalue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

grpc-keyvalue

Build Status

Running the server

curl for gRPC

brew install grpcurl

list methods

grpcurl --plaintext localhost:5005 list

Call a method

grpcurl --plaintext -d '{ "key":"kee" }' localhost:5005 keyvalue.KeyValueStore.Get

Supported Methods

  • GET
  • SET
  • DELETE

See proto definition for more details

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published