Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 266 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 266 Bytes

Key-Value Store

./build/examples/keyvalue/server
./build/examples/keyvalue/client

This example exposes a simple key-value store over TChannel using the Thrift protocol. The client has an interactive CLI that can be used to make calls to the server.